Author: Sergy Alpin
| Another growing text applet. To add this feature to your page, follow the directions below. |
| 1. Download AgressText.class and load it in your home page directory. 2. Copy and paste the html code below on your page. 3. Make the necessary changes to the html code. |
| <applet codebase="Your page directory here" code="AgressText.class" width="500" height="150"> <param name=slowo value="The Java Shoppe"> <param name=author value="Sergy Alpin"> <param name=textcolor value="red"> <param name=background value="black"> <param name=schrift value="TimesRoman"> <param name=stil value="fett"> <param name=schriftgroesse value="78"> <param name=speed value="10"> </applet> |