WaterMessager



Author: Demicron


A very cool water effect applet. To add this feature to your page, follow the directions below.


1. Download watermassager.class and load it in your homepage directory on your server.

2. Copy and paste the html code below on your page.

3. Make the necessary changes to the html code.


<applet codebase="Your server directory here" code="watermessager.class" alt width="450" height="100">
<param name="amplitude" value="80">
<param name="background" value="0">
<param name="delay" value="40">
<param name="demicron" value="www.demicron.se">
<param name="font" value="TimesRoman">
<param name="fontsize" value="30">
<param name="foreground" value="00ff00">
<param name="item0" value="The Java Shoppe">
<param name="item1" value="Applets">
<param name="item2" value="Scripts">
<param name="item3" value="Resource Links">
<param name="reg" value="A00046">
<param name="textdelay" value="5000">
</applet>


Back to Applets pg 3!