org.jdesktop.swing.calendar.JXMonthView Component that displays a month calendar which can be used to select a day or range of days. By default the <code>JXMonthView</code> will display a single calendar using the current month and year, using <code>Calendar.SUNDAY</code> as the first day of the week. <p> ...