Lab 9

More Practice with Applets!

In this lab you will complete the Applet you started in lab 8. Again, there is nothing to turn in. Name the file that invokes your Applet: rspapplet.html so that your TA can find it. If your TA can't find it, s/he can't grade it!

Now, add in the code from lab 7 to make a working Applet. If you have time, play with the layout to make the Applet look nicer. Remember that println doesn't work for Applets and you will need to use setText(""); to set the text for the TextField.