private void refresh() {
   header.updateDate();
   date.updateDate();
   SwingUtilities.updateComponentTreeUI(this);
 }