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