HelloWeb Java Applet Program

Applet with HTML code

Minimal HTML code needed for Applets

<HTML>
 <HEAD>
  <TITLE> Simple Applet by Wayne Pollock </TITLE>
 </HEAD>
 <BODY>
  <APPLET CODE="HelloWeb" HEIGHT="200" WIDTH="300">
  </APPLET>
 </BODY>
</HTML>

Download minimal HTML file

View applet using converted minimal HTML file

View applet using HTML with <OBJECT> tag

View applet using the Java deployment toolkit

Visit java.sun.com (Sun Microsystems) for details on Using OBJECT, EMBED, and APPLET Tags in Java Plug-in.

 

View Java applet source  

Download HelloWeb.class applet