vote up 1 vote down star

I need to add ability to pick a date in my Swing application. Picking should be similar to JComboBox, but instead of drop down list I would like to obtain one month with dates and ability to scroll between months.

There is no such component in JDK. A list with a lot of third party components is available at http://www.java2s.com/Product/Java/Swing/Calendar-Date-Time.htm.

Which third party Swing Component for date picking can you suggest which is free and easy to use?

Thanks!

flag

54% accept rate

2 Answers

vote up 2 vote down check

JXDatePicker from SwingX should meet your needs.

link|flag
vote up 4 vote down

It is not a combobox like you said you wanted (more of a traditional calendar widget), but JCalendar by Kai Toedter works pretty well.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.