ColorUp
WIDTH and HEIGHT: The dimensions of the image you are using.
Using different values will stretch or compress the image accordingly.
IMAGE: The image you are using.
SPEED: 10 seconds divided by this value gives you the duration of the fade.
STEP: The number of gradations between grayscale and full color. A value of 2 results in 3 images, grayscale, half-color, and full-color.
MOUSEOVER, MOUSEOUT, INIT: Have to do with the initial state of the image and what happens when the mouse is dragged over the image.
- mouseOver = 1
- mouseOut = 2
- init = 0
means the image starts in grayscale, mousing over gives color, mousing out makes it go back to grayscale.
- mouseOver = 2
- mouseOut = 1
- init = 1
gives the reverse, the image starts in color and mousing over gives grayscale, while mousing out gives full color again.
Back to the ColorUp applet page
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.