Homework #6 Assignment

Complete the creation of the Date Calculator UI you began in the lecture exercise this week.

Remember, the "canvas" (i.e. the JFrame's Container/Content Pane) must be configured to use absolute positioning rather than any type of layout manager.

The application does not have to function at this point, and no event handling is required. You only need to create the UI. You will complete this application in an upcoming lab (with some additions).

You may implement this as a single class that extends JFrame and also implements a main() method, or you can use the approach demonstrated in lecture of implementing a UI-only class extending JFrame, with a second "driver" class that contains a main() method that instantiates the UI.


Submit
your .java file Week 6 Homework via Blackboard (due date posted in Blackboard).