/**
  * Sets the Sunday foreground.
  *
  * @param sundayForeground the sundayForeground to set
  */
 public void setSundayForeground(Color sundayForeground) {
   dayChooser.setSundayForeground(sundayForeground);
 }