Text Scroller






  Download!  
TextScrollerApplet scrolls text from a textfile in given font and given color on a background of given color. The text is automatically split into lines fitting into the applet's width.
Parameters:
"text" realtive URL of the text file with respect of applet code base.
"color0" color of the displayed text given as triplet of comma separated r,g,b numbers from interval[0,255].
"color1" color of the background given as triplet of comma separated r,g,b numbers from interval[0,255].
"font" comma separated logical font name, font style and point size. Font style is one of plain, italic, bold and bolditalic.
"scrolltime" time in msec in which a bottom line is scrolled to the top.
"encoding" text file charset. Use this parameter only if your textfile contains non-ASCII characters.