Introduction
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.
License
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation.
Download
Download the JCalender.jar file from here.
Installation
Step 1 - Righr Click on the Swings Control Palette and Clcik on Palette Manager.
Step 2 - Click on Add from Jar in the Palette Manager Window.
Step 3 - Locate the JCalender.jar file and click on Next.
Step 4 - Select the component you want to add and click on Next.
Step 5 - Select the Palette Category in which you want to add the new component and click on Finish.
Requirements
All beans use Swing components, so you need to have the Java SE installed. All beans also work with Java SE 1.4.x and 5.
For more About it Visit - https://toedter.com/jcalendar/