RainbowText Applet Parameters
- bgcolor
- background color in hexadecimal rrggbb format, default is 000000 (black)
- fontname
- name of font, default is TimesRoman
- fontsize
- size of font, default is 36
- fontstyle
- "B" for bold, "I" for italic, "BI" for both, default is plain
- sleeptime
- milliseconds between text string color updates, default is 100
- text
- text string to be displayed, default is "RainbowText"
- xpos
- x position in screen coordinates of left edge of text in applet, default is centered text
- ypos
- y position in screen coordinates of baseline of text in applet, default is centered text
RainbowText.java
RainbowText.zip (Includes RainbowText.html, RainbowText.java,
and RainbowText.class)