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
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|