How can I run an Applet?

jsn

Registered
Hi all

how can i run an applet with a navigator or Applet Laucher ?

here si the applet, created with project builder

thanks
jsn

<HTML>
<HEAD>
<TITLE>Simple Applet Example</TITLE>
</HEAD>
<BODY>
<APPLET archive="MyTest2.jar" code="MyTest2" width=200 height=150>
Your browser does not support Java, so nothing is displayed.
</APPLET>
</BODY>
</HTML>
 
Back
Top