NachoCalendar 0.23 review
DownloadNachoCalendar is intended to provide a fully customizable calendar component for Java
|
|
NachoCalendar is intended to provide a fully customizable calendar component for Java. NachoCalendar has three components: DateField, MonthPanel, and CalendarPanel.
DateField
This component can be used instead of a JFormattedField, in fact it uses one. You can write directly the date in it or display the Calendar to navigate between months. It extends from JPanel so can be used in any Swing/AWT application.
The DateField can also be used withing a JTable.
DatePanel
This component is used to show a month permanently. You can add convenient Listeners to react to day changes. It extends from JPanel also.
CalendarPanel
This is the last (for now) component. It shows many months at once. They are synchronized, so they are always ordered and always only one date is selected. This component can be oriented horizontal or vertical. You can select the quantity of months to show. The position of the scrollbar and the year changer can be changed.
What's New in This Release:
JTableCustomizer: fixed DateRendererDecorator constructor
Added moon phase support (thanks to Leo Welsh)
Added "eternal scroll" to CalendarPanel (thanks to Leo Welsh)
Demos updated
Lots of small fixes
NachoCalendar 0.23 search tags