views:

154

answers:

3

Does anybody have any recommendations of good date pickers (either drop down calendars or small calendar components) for use in a Java Swing application - either beans or source code? They need to be robust enough for commercial applications.

+3  A: 

JCalendar is free and provides beans and source code. It is quite configurable and in my applications so far served its purpose quite well.

Kosi2801
+4  A: 

Try swinglabs. There's lots more than datepickers... enjoy.

A: 

I agree with Dan Dimerman and can recommend the swingX library. We use JXDatePicker within a commercial application as well. And with JXMonthView you've got the possibility to write your own variant of date picker.

Zubi