![]()
And here's the HTML code that I used on the applet you are (hopefully) looking at ...
<APPLET CODEBASE="java/" CODE="RotatingCube.class"
WIDTH=240 HEIGHT=200 ALT="RotatingCube Applet">
<PARAM NAME=X VALUE=0>
<PARAM NAME=Y VALUE=0>
<PARAM NAME=Z VALUE=50>
<PARAM NAME=x_velocity VALUE=3>
<PARAM NAME=y_velocity VALUE=2>
<PARAM NAME=z_velocity VALUE=1>
<PARAM NAME=uniform_scale VALUE=TRUE>
<PARAM NAME=delay VALUE=10>
<PARAM NAME=colour VALUE=00FF80>
<PARAM NAME=bgcolour VALUE=000099>
<PARAM NAME=bgimage VALUE="bg.gif">
</APPLET>