Ejemplo n.º 1
0
 public void closeWindow() {
   final OptionPanelWindowConfigurationStorage storage =
       new OptionPanelWindowConfigurationStorage();
   storage.setPanel(selectedPanel);
   storage.storeDialogPositions(topDialog, OptionPanel.PREFERENCE_STORAGE_PROPERTY);
   topDialog.setVisible(false);
   topDialog.dispose();
 }