/**
  * Returns the weekday foreground.
  *
  * @return Color the weekday foreground.
  */
 public Color getWeekdayForeground() {
   return dayChooser.getWeekdayForeground();
 }