Hello, I'd like to announce a Swing-based Java 8 Date Picker component, in the hope that other programmers here will find it useful.
It is called LGoodDatePicker. A list of general features is included below. There are screenshots and an executable demo jar at the GitHub site. Your comments and criticisms would be welcome. Warm regards, BlakeTNC https://github.com/LGoodDatePicker/LGoodDatePicker General features: * Automatic internationalization. (Month names, weekday names, the default first day of the week, default date formats, and button text.) * Translations so far include 12 languages. * Fonts and colors can be modified. * Natively uses the standard Java 8 time package (java.time.LocalDate). This package is also called "JSR-310". * Also supports other common data types, such as "java.util.Date". * Automatic validation of dates. * Optional highlight policies and veto policies. * Relatively compact source code (3 main classes). * Simple usage. Creating a DatePicker requires only one line of code. * Working demo program. (The demo Jar can be downloaded from the Github page release files.) * Code and usage examples. * Complete Javadoc documentation. * Open source MIT license.