Java is a trademark of Sun Microsystems, Inc.
|
Down Time
downTime applet parameters
  There are 8 parameters for the downTime applet. They are as follows-
size
fileName
font
textR
textG
textB
bgR
bgG
bgB
  The only one required is size.
An Explaination of the Parameters
size -
This tells the applet how big the file to be downloaded is, in kilobytes.
fileName -
Tells the applet what file name to display. If left empty, it displays
"This File".
font -
Tells the applet which font to use. It could be
Courier,
Dialog,
DialogInput,
Helvetica, or
TimesRoman.
If left empty, TimesRoman is used.
  The rest of the parameters pertain to text and background color. Their values can range
from 0 to 255. Note: These are RGB values, not hex values.
textR - Tells the applet how much
red
to put into the text color. If left empty, 255 will be used.
textG - Tells the applet how much
green
to put into the text color. If left empty, 255 will be used.
textB - Tells the applet how much
blue
to put into the text color. If left empty, 255 will be used.
bgR - Tells the applet how much
red
to put into the background color. If left empty, 0 will be used.
bgG - Tells the applet how much
green
to put into the background color. If left empty, 0 will be used.
bgB - Tells the applet how much
blue
to put into the background color. If left empty, 0 will be used.
Back to downTime
|
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.
Copyright 2002 INT Media Group, Incorporated. All Rights Reserved.
Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.
|