Skip to content

vicajilau/jcalendar

 
 

Repository files navigation

JCalendar

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 16×16, Color 32×32, Mono 16×16 and Mono 32×32) and their own locale property editor. So they can easily be used in GUI builders. Also part of the package is a JDateChooser, a bean composed of an IDateEditor (for direct date editing) and a button for opening a JCalendar for selecting the date.

alt text

This is a fork of the archived JCalendar project developed by toedter which stopped being maintained. Now JCalendar supports new technologies introduced from Java 8.

Start using JCalendar

To start using JCalendar in your own project, the first thing you should do is:

  • Download the JCalendar.jar file available in the root directory of this repository.
  • Import the external jar to your project. Depending on the IDE, the import process may change (Check the web about how to import external jars in your specific IDE)

License

JCalendar is available as open source under the terms of the LGPL v2.1

Releases

No releases published

Packages

No packages published

Languages

  • Java 92.0%
  • HTML 7.3%
  • Other 0.7%