Ask Your Question
4

What are effective Swing GUI widgets for choosing dates in Java?

asked 2022-06-18 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-07-10 11:00:00 +0000

lalupa gravatar image

There are a few effective Swing GUI widgets for choosing dates in Java, including:

  1. JCalendar: This is a popular and well-known date picker widget that allows users to select a date from a calendar view.

  2. JXDatePicker: This is another popular date picker that includes a calendar view and also allows users to enter dates manually.

  3. JDateChooser: This is a third-party date picker widget that can be easily integrated into Swing applications. It includes a large calendar view and also allows users to enter dates manually.

  4. DateTimePicker: This is a comprehensive date and time picker widget that includes options for selecting time zones and specifying dates to the second.

  5. SpinDateField: This widget allows users to select a date using spinners for day, month, and year, which can be a more intuitive option for some users.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-06-18 11:00:00 +0000

Seen: 9 times

Last updated: Jul 10 '21