ANButton
ANButton.java
Version 1.0.0
"Written" by Florian Hars, 14-FEB-1996.
ANButton.class loads up to 10 images.
Images 3 to 9 are dispayed in a sequence when the pointer in located over the button, image0 (if present) is the normal apperance, image1 is the Background and image2 is the depressed button.
The parameters image1, image2 and image3 are required.
"Writing" it means adding a thread taken from the Animator.java-example to: BFButton.java Version 1.0.0
Written by Elijah Dean Meeker 1/4/96
BFButton.class(stands for Background/Foreground)is an preloading interactive button that loads two or three images (based on whether or not image0 is a parameter) and a background image. Clicking it navigates to the given URL. It uses off-screen buffering to avoid flicker. Here are two valid applet tags:
Two states:
<APPLET codebase="classes" CODE="ANButton.class" WIDTH=130 HEIGHT=98>
SIZE of button images
<PARAM NAME="image1" VALUE="images/tvbg.jpg">
BACKGROUND image
<PARAM NAME="image2" VALUE="images/tvdn.jpg">
DOWN image
<PARAM NAME="image3" VALUE="images/tvup1.jpg">
UP image(s)
...
<PARAM NAME="image9" VALUE="images/tvup9.jpg">
<PARAM NAME="pause" VALUE="200">
Pause between images in ms (optinal, defaults to 200)
<PARAM NAME="x" VALUE="19">
LEFT pos. to draw sub-images
<PARAM NAME="y" VALUE="19">
TOP pos. to draw sub-images
<PARAM NAME="dest" VALUE="http://www.math.uni-hamburg.de/~fm5a014/">
URL to navigate to
</APPLET>
Three states:
<APPLET codebase="classes" CODE="ANButton.class" WIDTH=130 HEIGHT=98>
SIZE of button images
<PARAM NAME="image0" VALUE="images/tvrg.jpg">
NORMAL image
<PARAM NAME="image1" VALUE="images/tvbg.jpg">
BACKGROUND image
<PARAM NAME="image2" VALUE="images/tvdn.jpg">
DOWN image
<PARAM NAME="image3" VALUE="images/tvup.jpg">
UP image(s)
...
<PARAM NAME="image9" VALUE="images/tvup9.jpg">
<PARAM NAME="pause" VALUE="200">
Pause between images in ms (optinal, defaults to 200)
<PARAM NAME="x" VALUE="19">
LEFT pos. to draw sub-images
<PARAM NAME="y" VALUE="19">
TOP pos. to draw sub-images
<PARAM NAME="dest" VALUE="http://www.math.uni-hamburg.de/~fm5a014/">
URL to navigate to
</APPLET>
Please feel free to use and improve this code. It would not be here but for the freely given help of others. I would love to see your improvements.
Elijah.
elijah@bga.com
http://www.realtime.net/~elijah/
The same things are valid for me.
Florian.
hars@math.uni-hamburg.de
http://www.math.uni-hamburg.de/~fm5a014
Back to the ANButton 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.
|