Download jcalendar-1.4.jar file - Jar j

Jar examples for j:jcalendar

Description

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. 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.

You can download jar file jcalendar 1.4 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE

Build File

You can use the following script to add jcalendar-1.4.jar to your project.

<dependency>
   <groupId>com.toedter</groupId>
   <artifactId>jcalendar</artifactId>
   <version>1.4</version>
</dependency>
compile group: 'com.toedter', name: 'jcalendar', version: '1.4'
libraryDependencies += "com.toedter" % "jcalendar" % "1.4"
<dependency org="com.toedter" name="jcalendar" rev="1.4"/>
@Grapes(@Grab(group='com.toedter', module='jcalendar', version='1.4'))
'com.toedter:jcalendar:jar:1.4'

Download

Click the following link to download the jar file.

jcalendar-1.4-javadoc.jar
jcalendar-1.4-sources.jar
jcalendar-1.4.jar
jcalendar-1.4.pom



Related Tutorials