Author: Bill Giel
| This applet lets you add colorful wiggling text to your page. To add this applet to your page, follow the directions below. |
| 1. Download JitterText.class and load it in your home page directory. 2. Copy and paste the html code below on your page. 3. Make necessary changes to html code. |
| <applet codebase="Your page directory here" code="JitterText.class" width=200 height=70> <param name=bgcolor value="000000"> <param name=textcolor value="FF0000"> <param name=text value="The Java Shoppe"> <param name=speed value="250"> <param name=randomcolor value="1"> </applet> |