javaAddict
Nearly a Senior Poster
3,329 posts since Dec 2007
Reputation Points: 1,014
Solved Threads: 448
You think that is simple??
:-O
They are classes provided by java.
For the Date Picker,SpinnerDateModel works on its own and is very simple. Just read its API, initialize it and put it in your frame. Then use the methods described in the API to get the date value.
If you want a time picker as well you might want to extend the AbstractSpinnerModel and read its API which is at the link I gave you.
javaAddict
Nearly a Senior Poster
3,329 posts since Dec 2007
Reputation Points: 1,014
Solved Threads: 448