JFade



Author: Matt Suhocki


This applet can be customized in many different ways. To add this feature to your page, follow the directions below.


1. Download JFade.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="JFade.class" width=239 height=37> <param name="BGColor" value="000000"> <param name="FGColor" value="00ff00"> <param name="Speed" value="3"> <param name="Pause" value="1000"> <param name="Font" value="TimesRoman,plain,16"> <param name="String1" value="Welcome to The Java Shoppe"> <param name="String2" value="JFade has many features"> <param name="String3" value="Customizable Background Color"> <param name="String4" value="Set the Message Color"> <param name="Color4" value="ff0000"> <param name="String5" value="Set the Font"> <param name="Font5" value="Courier,bold,24"> <param name="String6" value="Create Links"> <param name="Link6" value="http://www.geocities.com/SiliconValley/Heights/1347/"> <param name="String7" value="Control the Speed"> </applet>


Back to Applets pg 2!