The ShinLetter.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="ShinLetter.class" WIDTH=540 HEIGHT=70 ALIGN=BOTTOM> <PARAM NAME="message" VALUE="The Hobby Electronics"> <PARAM NAME="font" VALUE="Dialog"> <PARAM NAME="fontsize" VALUE="50"> <PARAM NAME="fonttype" VALUE="ITALIC"> <PARAM NAME="speed" VALUE="20"> <PARAM NAME="backred" VALUE="0"> <PARAM NAME="backgreen" VALUE="0"> <PARAM NAME="backblue" VALUE="0"> <PARAM NAME="mojired" VALUE="255"> <PARAM NAME="mojigreen" VALUE="0"> <PARAM NAME="mojiblue" VALUE="0"> <PARAM NAME="shinred" VALUE="255"> <PARAM NAME="shingreen" VALUE="255"> <PARAM NAME="shinblue" VALUE="0"> </APPLET> |