This Java animation button applet emulates the stars and the
moon moving behind the skyline. Use mouse to move the moon
or click to link to a URL if any.
Unzip with a
compression utility.
Java Source:
Unavailable
Sample HTML Source:
<applet code=VisualEffectStars.class
archive=VisualEffectStars.jar width=396 height=252>
<!-- registration code to disable the floating -->
<!-- sign within the program panel -->
<param name=regcode value="99999999">
<!-- loading screen display toggle: 1 = yes,
otherwise = no -->
<param name=loading value="1">
<!-- main image filename as foreground
(fill in 'none' if you don't want any) -->
<param name=image value="VisualEffectStars.gif">
<!-- moon image filename
(fill in 'none' if you don't want any) -->
<param name=moon
value="VisualEffectStars2.gif">
<!-- moon location: X Y -->
<param name="moonloc" value="60 40">
<!-- background color: R G B -->
<param name="bg" value="0 0 80">
<!-- number of stars on screen -->
<param name="nstars" value="200">
<!-- max star size in pixels -->
<param name=maxsize value="1">
<!-- max star speed in pixels -->
<param name=maxspeed value="1">
<!-- delay between frames in milliseconds -->
<param name=delay value="50">
<!-- URL address when mouse is clicked -->
<!-- (fill in 'none' if you do not
want to link to anywhere) -->
<param name=url
value="http://www.thejmaker.com">
</applet>
Status: Free
Author: JMaker
Upload Date:
June 16, 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.