The Scroller.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="Scroller.class" WIDTH=300 HEIGHT=30 ALIGN=BOTTOM> <PARAM NAME="speed" VALUE="2"> <PARAM NAME="red" VALUE="0"> <PARAM NAME="blue" VALUE="255"> <PARAM NAME="green" VALUE="255"> <PARAM NAME="maxText" VALUE="5"> <PARAM NAME="text1" VALUE="Hello, my name is Seiichi Inoue."> <PARAM NAME="text2" VALUE="This applet is the one that made for the first time for me."> <PARAM NAME="text3" VALUE="By using the basis part that other one made, and I added a little modification to it."> <PARAM NAME="text4" VALUE="I think that I want to try to make even other things."> <PARAM NAME="text5" VALUE="See even other things."> </APPLET> |