Light.java
If you're looking for a slick little applet to jazz up your page, this may fit the bill. The applet's smooth, loads fast, and can add a professional touch to your site. Of course, the images you use makes all the difference, so choose them well.
Usage: Place this class file (and the images, base.jpg, light.gif, light2.gif, light3.gif, light4.gif, light5.gif) within your HTML directory.
Java Source: Light.java
HTML Source:
<applet code="Light.class" name="Light" width="254" height="180">
<param name="image" value="base.jpg">
<param name="source1" value="light.gif">
<param name="source2" value="light2.gif">
<param name="source3" value="light3.gif">
<param name="source4" value="light4.gif">
<param name="source5" value="light5.gif">
</applet>
| Parameters |
Value/Meaning |
| Image |
The background
image |
| source1 to
5 |
The images to be
shown. Please note that all the images will be resized to the width and height of the
first one. |
Author: El Viscido
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.
|