MarqueeApplet
displays a line of a right to left scrolling text.
Parameters:
"color0" - foreground color of the text given as a triplet of comma separated r,g,b numbers from interval [0,255].
"color1" - background color given as a triplet of comma separated r,g,b numbers from interval [0,255].
"font" - description of the font of the text consisting of three comma separated parts with no spaces: logical font name, its style(plain, italic, bold, bolditalic) and its point size.
"text#" where # represents a number equal or greater than 0. The string values of these parameters are concatenated to form the displayed text.
  Download!