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

License

License

GroupId

GroupId

com.toedter
ArtifactId

ArtifactId

jcalendar
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://www.toedter.com/en/jcalendar/
Source Code Management

Source Code Management

http://www.toedter.com/en/jcalendar/

Download jcalendar

How to add to project

<!-- https://jarcasting.com/artifacts/com.toedter/jcalendar/ -->
<dependency>
    <groupId>com.toedter</groupId>
    <artifactId>jcalendar</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.toedter/jcalendar/
implementation 'com.toedter:jcalendar:1.4'
// https://jarcasting.com/artifacts/com.toedter/jcalendar/
implementation ("com.toedter:jcalendar:1.4")
'com.toedter:jcalendar:jar:1.4'
<dependency org="com.toedter" name="jcalendar" rev="1.4">
  <artifact name="jcalendar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.toedter', module='jcalendar', version='1.4')
)
libraryDependencies += "com.toedter" % "jcalendar" % "1.4"
[com.toedter/jcalendar "1.4"]

Dependencies

compile (1)

Group / Artifact Type Version
com.jgoodies : jgoodies-looks Optional jar 2.5.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.4
1.3.2
1.2.2
1.1.4