Home:Java applets:Rainbow Text example

Applet example: Rainbow Text

Rainbow Text [Java is not supported]

<APPLET CODE="RainbowText" WIDTH="700" HEIGHT="64">
  <PARAM NAME="text" VALUE="Rainbow Text">
  <PARAM NAME="fontname" VALUE="Courier">
  <PARAM NAME="fontsize" VALUE="48">
  <PARAM NAME="fontstyle" VALUE="B">
  <PARAM NAME="bgcolor" VALUE="000066">
  <PARAM NAME="sleeptime" VALUE="160">
  Rainbow Text [Java is not supported]
</APPLET>

The fontname parameter defaults to Arial if the font named in the VALUE attribute is not present. The sleeptime value is in milliseconds. Other PARAMs are self-explanatory.

Download RainbowText.

Previous page | Home | Test another applet

Site hosted by Angelfire.com: Build your free website today!