Ejemplo n.º 1
0
 void this_componentShown(ComponentEvent e) {
   cancelled = false;
   updateLabels();
   cancelButton.setVisible(false);
   timer.start();
   clockPanel.start();
 }
Ejemplo n.º 2
0
 public void actionPerformed(ActionEvent e) {
   updateLabels();
 }