/** Set state of the Group */
 public void setState(InputStream istream) throws Exception {
   drawPanel.readState(istream);
 }