Distributed Computing in Java - Swing components and Dialog Box
Create an application using Swing components to display a date in a label. The complete date will comprise the day, month, date and year. However, the elements date, month, and year will be accepted through three sliders respectively. In other words, any change in the sliders will reflect the new date in the label. Note, that the day(Monday, Tuesday, etc) is computed based on the date selected through the sliders.