This DateComboBox example demonstrates how to customize the MonthView of the DateComboBox.

You can enable day showing for the previous and next month by #setShowLeadingDates(true) and #setShowTrailingDates(true). A method to enable displaying week numbers is also available (#setShowingWeekNumber()). The foreground color for special weekdays can be changed by #setDayForeground(int DayOfWeek, Color c) - in the example we've set the color for Saturdays and Sundays to red.

All relevant lines are highlighted. Press the "Run..." button to start the example.