Details are given on the file structure of the required files, and <APPLET> tag to enable the applet to run in a web browser.
The applet currently requires Java Runtime Environment (JRE) 1.4 or higher to run, which can be obtained from www.java.com
The recommended file structure is:
<applet
name=
"dragmath"
codebase="dragmath"
code=
"Display.MainApplet.class"
archive=
"DragMath.jar"
width=
540
height=
300
>
<param
name=
language
value=
"en"
>
</applet >