<html>
  <head>
    <title> A Simple Applet </title>
  </head>
  <body>
    <H2>An applet with menu and entry fields</H2>
    <hr/>

	<applet code='windowApplet.class'  style="border:thin solid; height:320; width:272" >
	</applet> 

    <hr/>
  </body>
</html>