As usual, you should prepare for this lab by reading completely through this handout and then trying to sketch out the Java code you will type in during lab. The more you think the details through ahead of time, the more likely you will be to get everything completed during lab while we are around to help you if you get into trouble.
Since MetroWerks and CS Bull still do not get along, you will need to do your Java development work using your Netware account or a Macintosh formatted floppy disk. Once you get to lab, go to the "CS 105" folder on Cider Press and copy the "PongStarter" folder to your floppy disk or Netware account
Open the copied folder and double-click on "Pong" (rather than "Pong.java") to start Metrowerks. Once Metrowerks is running, double-click on the name "Pong.java" to prepare adding your code.
Pong.java contains fairly little Java code this time. All we have included are the skeletons of the methods you will be using in your Pong applet.