Stream your image onto the screen... one line of pixels at a time!
Unzip with a
compression utility.
Java Source:
Unavailable
Sample HTML Source:
<applet code="RMS_Treacle.class"
width=127
height=95>
<param name=limit value=50>
<param name=direction value=1>
<param name=pausedelay value=30>
<param name=photo value="javabtq.gif">
</applet>
Configuration:
The height and width of the applet should be set to the same size as the image being used. The file name for the image is specified in the "photo" parameter.
The direction can have one of four values:
- = left to right
- = bottom to top
- = right to left
- = top to bottom
Pausedelay tells the applet how long to pause before it starts its animation again. It is measured in units of the applets "limit" parameter. So for the above example were the limit is set to 50 milliseconds and the pausedelay is set to 30, the applet would pause for 1500 milliseconds or 1.5 seconds.
Status: Free for non-commercial use.
Author: Ralph Spencer
Homepage: http://www.rmspencer.clara.net/
Upload Date: August 21, 2001
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.