The RealClock.class file is put to the same folder as the HTML file. The following is designated with HTML file.
As for the following designated contents I am using. Even the thing that can omit is designating as an example. <APPLET CODE="RealClock.class" WIDTH=400 HEIGHT=40 ALIGN=BOTTOM> <PARAM NAME="backred" VALUE="0"> <PARAM NAME="backgreen" VALUE="0"> <PARAM NAME="backblue" VALUE="0"> <PARAM NAME="red" VALUE="0"> <PARAM NAME="green" VALUE="255"> <PARAM NAME="blue" VALUE="0"> <PARAM NAME="font" VALUE="Dialog"> <PARAM NAME="fontsize" VALUE="22"> <PARAM NAME="x" VALUE="10"> </APPLET> |