5/19/06 - Released version 0.5
- Used SWT Native Spinner class
- Changed license to MIT license.
- Back to Top
10/28/04 - Released version 0.4
Implemented modifications made by Sergey Prigogin.
- Improved Spinner class.
- Option to make sundays to be colored red.
- Browse dates using keyboard.
- New look and feel.
- Display dates from previous and next month.
- Back to Top
03/21/04 - Released version 0.3
Implemented suggestions made by Jonathan.
- Defined a constructor with arguments instead of just a single-argument constructor.
- Changed the addCalendarListeners method to addSWTCalendarListener.
- Changed the removeCalendarListeners method to removeSWTCalendarListener.
- Changed SWTCalendarListener to extend EventListener and defined an SWTCalendarEvent which will be passed through the dateChanged method.
- Back to Top
02/24/04 - Released version 0.2
Added localization capabilities.
- Back to Top
01/31/04 - Initial Release
The initial release of SWTCalendar (version 0.1) is now available for download.
- Back to Top