Sparky displays the shape of an image using animated, glittering stars. Both the image and the shape of the star can be modified. Because of the complexity of the visual effect, the applet precalculates the images of the animation into the memory.
Unzip with a
compression utility.
Java Source:
Unavailable
Sample HTML Source:
<applet code="a.class" archive="Sparky.jar" width="250" height="250">
<! Note: The parameteres size, number and frames have a high influence on the
amount of time that is needed for the precalculations! The smaller
those values are, the faster the precalculation will be done! >
<param name="size" value="80"> <! resizing of stars (100=original, 50=small, 200=big etc) >
<param name="number" value="150"> <! number of stars >
<param name="frames" value="10"> <! number of frames the animation has >
<param name="delay" value="30"> <! number of miliseconds to wait after each frame >
<param name="picName" value="Image.jpg"> <! filename of image (grayscale, same size as applet >
<param name="starPicName" value="Star.gif"> <! filename of star-image (grayscale, 100x100 pixels) >
<param name="animatebrightness" value="y"> <! y/n - animated brightness >
</applet>
Status: Free
Author: Paul Schmidinger
Upload Date:
January 13, 2003
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.