public void renewCountingWatch() {
   countingWatchP.setTime(mainFrame.getCountingWatchTime());
   countingWatchP.repaint();
 }