previous |
start |
next
Viewing an Applet
- Make one or more Java source files to implement your
applet
- One of the source files must define the applet class
- Compile the source files into class files
- Make an HTML file with the applet tag that references
the applet class
- Run appletviewer myapplet.html
- Or load the HTML file into a Java 2 compliant browser
previous |
start |
next