public void setObserverColor(Color color) {
   this.getContentPane().setBackground(color);
   countingWatchP.setBackground(color);
   showTableP.setTablePanelColor(color);
 }