Esempio n. 1
0
 void this_componentShown(ComponentEvent e) {
   cancelled = false;
   updateLabels();
   cancelButton.setVisible(false);
   timer.start();
   clockPanel.start();
 }
Esempio n. 2
0
 void this_componentHidden(ComponentEvent e) {
   clockPanel.stop();
   timer.stop();
 }