blob: 8b6ee2edce05a69630d08d4a19c29191e10b630c (
plain) (
blame)
1
2
3
4
5
6
7
|
JCalendar is a Java date chooser bean for graphically picking a date. JCalendar
is composed of several other Java beans, a JDayChooser, a JMonthChooser and a
JYearChooser. All these beans have a locale property, provide several icons
(Color 16x16, Color 32x32, Mono 16x16 and Mono 32x32) and their own locale
property editor. So they can easily be used in GUI builders.
WWW: http://www.toedter.com/en/jcalendar/
|