Пример #1
0
 public void windowClosed(WindowEvent e) {
   synchronized (getClass()) {
     machine.removeMachineStateListener(this);
     if (instance == this) {
       instance = null;
     }
   }
 }