Java Date Picker component ready to use in Swing applications provides:
simple and documented interface (Swing style)ready to use with hands-on sample codeskins styles supportcombo box (date selection edit/button) supportmultiple date selectiondisabled dates supportspecial highlighting for weekends and monthadjacent months days turn on/off flagcustom renderers for background, days, weekday and week number cellsset first day of week, set days names lengthset length of months names (ex. Dec, Decem, December)low price, free support & updatesVersion 3.0 released:
added support for multiple date selectionadded support for disabled datesadded a JTable Cell Editor constructed using the CalendarComboBox classnow when the month or year is changed using the visual controls the date no longer automatically changes. The previous behaviour was not correct. In the previous implementation if one registered a DateListener this was called every time when the month and year was changed using the visual controls.now a calendar listener can receive the key and mouse events of the calendar tablenow the functions from CalendarRendererProvider class are no longer using as the first parameter a CalendarComponent. This is separately set through a setter.added the new features into the demo application