Sponsored Links

Downloads PDF Drucken

DateSelectPanel.java

Custom Java Swing JPanel component that wraps controls for date selection, i.e. a date picker or date selector.
Day of month and year are realised with JSpinner, months can be selected by name.
Screenshot:screenshot

You are asking why I implemented my own class and maybe re-invented the wheel? I did it, because I was in the mood to implement that thing :-). To be serious, I was to lazy to test all the classes out there e.g. or check out their features , usage and licenses.
Feel free to use this little class in any kind of project. If like send me some comments, suggestions for improvements, or your changes which might be improve the code.
Download the sources