Category Archives: JCalendar

JCalendar: Tutorial

JCalendar is the generic name for two Java components: one is called JCalendar and the other is called JCalendarCombo. They both share common features, particularly the ability to select a date and/or time. The former accomplishes this with a panel and the latter with a combo-box.
Creating the Components
The simplest constructors for JCalendar and JCalendarCombo have [...]

JCalendar

The main features of JCalendar are:
Easy to use.
Can input the date, time or both.
Can set entry format for time selection.
Can optionally display today’s date.
Can use as a panel (JCalendar) or combo-box (JCalendarCombo).
The combo-box can be editable.
Can select date format for selected date in combo-box.
Can select the font to use for all display elements.
Can optionally allow [...]