void this_componentShown(ComponentEvent e) {
   cancelled = false;
   updateLabels();
   cancelButton.setVisible(false);
   timer.start();
   clockPanel.start();
 }