The Scroller.class file is put to the same folder as the HTML file.
The following is designated with HTML file.

Parameter
Default
Meaning
CODE="Scroller.class"Indispensable Name is not changed.
( Possibility that change if source program is changed )
WIDTHIndispensableThe width of the display window is designated.
HEIGHTIndispensableThe height of the display window is designated.
ALIGN
-
You do not have to designate it.
speed1Display speed. ( 1 to 5 ) A figure becomes big such fast.
red255The red proportion of the letter is designated. ( 0 to 255 )Default designated be white.
blue255The blue proportion of the letter is designated. ( 0 to 255 )
green255The green proportion of the letter is designated. ( 0 to 255 )
maxText1The number of the text block. ( 1 to any number )
text1Text Parameter Erorr Text block contents.( Display contents )
The figure after text gives with the league No. without fail.


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>