@Override
 public void apply() throws ConfigurationException {
   try {
     myPanel.apply();
   } catch (IOException e) {
     throw new ConfigurationException(e.getMessage());
   }
 }