Assignment 5: Graphics and Drawing - Due Monday, July 14th
In this assignment, we will turn our assignment 4 into an Applet, with some
modifications.
- Turn your Assignment 4 into an Applet by following the directions in your
Book or in my slides.
- Add a Menu Bar to your Applet. It should contain one menu, named "Help", and
have 1 menu item, "About". Clicking on the About menu should bring up a Message Dialog
describing your Applet. See below. Note, this Popup should be "Modal". You shouldn't be able to react with the Applet while the dialog box is up.
- Create an html file that loads your web page. Generally, this are named the same as your class (Assign5.class = Assign5.html). You can use either the applet or object tag to load your applet.
- Publish your applet on the web. If you've never done this before, go to
http://www.udel.edu/webstart/students.
Upload all your .class files (don't forget, there will probably be several because of
anonymous inner classes). Don't forget to make your files world-readable (chmod 744 *.class).
- When it's ready, email me the URL of your webpage. Student web pages are published
on copland, so if your unix name is java, your webpage would be
http://copland.udel.edu/~java/