★ wanayoo — archive 1999 http://javaboutique.webdeveloper.com/SinuzLogo/Nouvelle recherche | Portail wanayoo
internet.com logo The Java Boutique

 Java News
 Latest Applets
 Applet Categories
 Applet Index
 Applet Help
 Submit Applets
 Other Resources
 How-To Java
 Java Reviews
 Java FAQs
 Java Forum
 Java IDEs
To Webdeveloper.com
 Mecklermedia
 Internet.com
 Magazines
 Trade Shows
 Advertise
 Corporate
 Information
 Search
 Subscribe

webreference.com

Search Engine Watch

The JavaScript Source

Swynk.com

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




Copyright 1998 Mecklermedia Corporation.
All Rights Reserved. Legal Notices.