RnbText Class

Class name: RnbText
Abstract: Draw text moving as SIN function with the rainbow color effect.
Parameter Name: TEXT
Parameter Value: Text to be shown


Example1:

<APPLET code="RnbText.class" width=90 height=90> <param name= text value="E X A M P L E 1"> </APPLET>

Example2:

<APPLET code="RnbText.class" width=500 height=50> <param name=text value="---Text---Text---Text---"> </APPLET>