DatePicker for WindowBuilder?

I am using WindowBuilder (Eclipse Juno 4.2) to create a GUI for my project. In this GUI, I need to use a date picker. I searched online for some date pickers and found some library that would work, but for some reason I cannot implement it in WindowBuilder. Is there any mechanism to select a date that will work (which can be added as a Window Builder component) using WindowBuilder. Best wishes.

+4
source share
1 answer

I would recommend jCalendar for your date picker widget.

Just right-click on the swing palette, then select "Palette Manager", and from there you can add jaral jar files.

+3
source

Source: https://habr.com/ru/post/1487907/


All Articles