SinText Class

Class name: SinText
Abstract: Draw text moving as SIN function.
Parameter Name: TEXT
Parameter Value: Text to be shown


Example1:

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

Example2:

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