Overview

This project was started because I was in need of this feature for my program, but I could not find a suitable openSource option. The main problem was my desire to limit the range of selectable dates. So I built my own, and have released it in case anyone else has the same requirements that I did.

Build History

v1.0.0-b1
initial upload of code
v1.0.0-b2
moved example program from test jar into main jar and made main jar executable such that the sample program is invoked if the jar file is executed
v1.1.0-b1
  • Provided applet support for demo program
  • Provided Maven-generated WebSite
  • Restructured to enable subclassing
v1.2.0-b1
Renamed packages to conform to java conventions
v1.2.0-b1
Improved Button Icons
v1.3.0-b1
Migrate to Java 8 and LocalDate
v2.0.0-b1
Migrate to JavaFX
v2.1.0-b1
Provide alternative Swing/JavaFX buttons
v2.1.0-b3
Simplify relationships to improve subClassing