Including an Applet in a Web Page


Once the class is created, save it in a file with a ".java" extention.

(example: helloApplet.java)

Compile it with javac to get the java virtual machine code in a file with ".class" extention.

(example: helloApplet.class)

Use the <APPLET> tag to inlude the applet on the web page.


Osmar R. Zaïane, Copyright © 1996,1997 02/05/97 slide: 38/50 37 39