CS 102 - Assignment #5 (last one)
You are to write a Java windows application using Swing and 1.1
events.
*> *> *> Your particular topic for this assignment
must be pre-approved, in writing!
On or before May 3rd (of this semester)
-
give any necessary directions as the body of the e-mail
-
zip up all your source files, graphic files, and any other necessary files
(for one attachment)
-
e-mail with subject of "Assignment #5" the above to cs102@fisher.unco.edu
Requirements: (you may use more than the items below)
-
use of some non-flow, non-border layout
-
use of menus
-
file menu (including new, open, save, print [put message box if not implemented])
-
another menu (non-file, non-help)
-
help menu (including about, intro to app)
-
use of a dialog (to gather info)
-
use of a message box (to give info)
-
use of buttons (radio or checkbox)
-
use of a list (choice box or list box)
-
use of an icon
-
use of a text area
-
use of exception handling (normal)
-
use of event handling (key event or mouse event)
-
use of multiple Java source files
Extra:
-
works as an applet also
-
use of a collection class
-
use of a Bean
-
use of some drawing
-
ask about others