Converting to an Applet
Click here for
instructions on how to make an applet.
Click here for Sun's tutorial on making applets.
Cautions
- Applets are not allowed to so some things that applications can. In
particular, they are not allowed to read files from the local machine.
- The AppletViewer is much more permissive than a browser. Be sure to
actually test it with a browser well before the Show and Tell!