Growing Text


Sorry, you cannot see this applet. Your browser does not support Java!


Author: Unknown


A cool growing text applet. To add this feature to your page, follow the directions below.


1. Download GrowingText.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="GrowingText.class" width=400 height=90> <param name=text value="The Java Shoppe"> <param name=delay value="700"> <param name=fgcolor value="random"> <param name=bgcolor value="000000"> <param name=fontitalic value="true"> Sorry, you cannot see this applet. Your browser does not support Java! </applet>


Back to Applets pg 2!