EN 605.482 GUI Development with the Java Foundation Classes
Homework 0
This homework is designed to verify that you have a development environment, and that you can pack up your homework in submission format. Here are the files you will need to compile, and then pack up.
This homework will not be graded, but you are expected to have completed it prior to doing Homework 1. Since this homework is due the week before Homework 1, there will be no reason to not be familiar with the submission process.
In the attached part0.zip file you will find the following files:
edu
\--jhu
\--en605482
\--part0
\---HW.java - the main class
|---gerbil.gif - entertainment factor!
In this homework, you should be able to recompile
the files above on your
development systems, and run them as both an application and an applet
using the Part0.html file provided (You need to use something that supports
JDK 1.3+). Remember to rename Part0.html to HW0.html before you upload it to
webdev.
Once done, you need to ftp the files you develop
in your home directory on
aplcenMP. You need to have a public_html subdirectory where you can
put these files. If you put Part0.html (only call it HW0.html) and the edu
directory structure in this public_html folder, you should be able to
access it on the web by typing
"http://www.apl.jhu.edu/~<your login id>/HW0.html"
where you replace <your login id> with your login id.
If you have any problems, please let me know. To view the resulting page, please click on HW0.html
You will need to: