HW #13, 100 pts., due
Thursday 11/18/04 in class, or after Thanksgiving with no lateness penalty (but
I recommend getting it done before vacation)
Implementation, iteration #3 (inception phase + elaboration phase iteration #2)
This is an individual assignment, not a team assignment.
1) Recall the lecture #5 notes. Build a user interface in java that has one button and, when clicked, it does something (that is, the click event causes an action that you program). Print out a screen shot and hard copy of the code.
2) Recall HW #9, and HW #11. Build a user interface for the UML diagram type you did for HW #11. Integrate it with the results of HW #9. The user interface should have event handlers, but these handlers do not have to be functional. They should, however, do something (for example, print a message). Print screen shot(s) and hard copy of the code.