Esempio n. 1
0
 public void close() {
   if (views != null) {
     views.dispose();
   }
   runonce = false;
   AdvPropScreen.getInstance().enableButtons();
   model = null;
   removeAll();
   dispose();
 }
Esempio n. 2
0
 public void actionPerformed(java.awt.event.ActionEvent arg0) {
   AdvPropScreen.getInstance().enableButtons();
   close();
 }