/**
  * Sets the weekday foreground.
  *
  * @param weekdayForeground the weekdayForeground to set
  */
 public void setWeekdayForeground(Color weekdayForeground) {
   dayChooser.setWeekdayForeground(weekdayForeground);
 }