2

I am working on a swing application that requires a date time chooser with a well designed frame. The time in my application is very vulnerable, and with the jar file that i am using

JCalendar.jar

The users have faced so many problems while choosing the right time.

So I am asking if there is any other date time chooser that I can use to make it clear and easy for the users to choose the appropriate time.

mKorbel
  • 109,525
  • 20
  • 134
  • 319
Zakaria Marrah
  • 755
  • 6
  • 15
  • 28

2 Answers2

4

I had good experiences with JXDatePicker from the SwingX project. With this you can choose a date. If you also need time, see this: Is there any good and free Date AND Time Picker available for Java Swing?

Community
  • 1
  • 1
lbalazscs
  • 17,474
  • 7
  • 42
  • 50
4

See also this approach using JSpinner and a time formatted DateEditor. It can be used alongside JCalendar.

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045