I need a well done gui swing java datechooser.. I only find some ugly datepickers from 199x
does somebody know a nice gui datepicker?
Check JDatePicker its also good. In JXDatePicker there is no year changing option.
Check example of JDatePicker http://www.codejava.net/java-se/swing/how-to-use-jdatepicker-to-display-calendar-component
I have used several date choosers, and I would recommend LGoodDatePicker.
Other common libraries are: JXDatePicker, Microba DatePicker, JDatePicker, and JCalendar.
Fair disclosure: I'm the primary LGoodDatePicker developer.
LGoodDatePicker general features list:
(Copied from the project page)
I pasted screenshots of the components (and the demo program) below.
The library can be installed into your Java project from the project release page.
The project home page is on Github at:
https://github.com/LGoodDatePicker/LGoodDatePicker .
SwingLabs has SwingX project which provides suite of components including JXDatePicker (API) works with Date class, which supports dates starting from January 1, 1970, 00:00:00 GMT.
Try demo, as an option. Not 199x and not ugly. Widely supported and used.
Maybe you want to try JCalendar.