JCalendarButton is a simple java swing component that displays a popup calendar next to a date input field.
Here is a sample of what the buttons look like (Internationalization is automatic). To try this demo for yourself, click here.
Developers: Quick start instructions.
To include JCalendarButton in your Maven projects, just add the following dependency to your Maven project:
<dependency>
<groupId>net.sourceforge.jcalendarbutton</groupId>
<artifactId>jcalendarbutton</artifactId>
<version>1.4.3</version>
</dependency>
JCalendarButton is already configured as an OSGi bundle. To use it in your OSGi project, just include JCalendarButton in the manifest of the bundles that will be using JCalendarButton. Remember to install the JCalendarButton jar in your OSGi environment.
Import-Package: net.sourceforge.jcalendarbutton;resolution:=optional;version=1.4.3