The Bounder.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="Bounder.class" WIDTH=400 HEIGHT=150 ALIGN=BOTTOM> <PARAM NAME="speed" VALUE="3"> <PARAM NAME="fontsize" VALUE="50"> <PARAM NAME="font" VALUE="TimesRoman"> <PARAM NAME="fonttype" VALUE="BOLD> <PARAM NAME="randomcolor" VALUE="true"> <PARAM NAME="red" VALUE="255"> <- There is no designated meaning because randomcolor is true. <PARAM NAME="blue" VALUE="0"> <- There is no designated meaning because randomcolor is true. <PARAM NAME="green" VALUE="0"> <- There is no designated meaning because randomcolor is true. <PARAM NAME="backred" VALUE="255"> <PARAM NAME="backblue" VALUE="255"> <PARAM NAME="backgreen" VALUE="255"> <PARAM NAME="start_speed" VALUE="45"> <PARAM NAME="maxText" VALUE="7"> <PARAM NAME="text1" VALUE="The"> <PARAM NAME="text2" VALUE="Inoue's"> <PARAM NAME="text3" VALUE="Hobby"> <PARAM NAME="text4" VALUE="Electronics"> <PARAM NAME="text5" VALUE="From"> <PARAM NAME="text6" VALUE="Japan"> <PARAM NAME="text7" VALUE="."> </APPLET> |