SinuzLogo.java
This is a slick little applet which creates a rippling type of effect on the image which is displayed. Click and drag your mouse within the applet to see the effect. Now drag your mouse out of the applet area. Very unique!
Usage: Place Sinlogo.class within your HTML directory. Applet parameters are discussed below:
Image - this is the image which is used in the applet
Angle_add - A double value stating the increase factor of the sinus angle
Bg_red - red value of the backgroud color
Bg_green - The green value
Bg_blue - The blue value
Java Source: Sinlogo.java
HTML Source:
<applet code=Sinlogo.class name=Sinlogo width=330 height=90>
<param name="image_logo" value="sicklogo.gif">
<param name="angle_add" value=0.6>
<param name="bg_red" value=0>
<param name="bg_green" value=0>
<param name="bg_blue" value=0>
</applet>
Author: Gianandrea
|