Scrollup
[Customizable Parameters]:
Cut and paste the code in the commented HTML exmaple, index
and open the file scrollup.txt to see how keywords are used.
The followings are a brief list of the keywords.
| Keyword |
Format |
Description |
| color |
<color_R_G_B> ... </color> |
R, G, B, are color components 0..255 |
| link |
<link_URL_frame> ... </link> |
URL is the web address and frame is the target frame
Frame options are as follows
"self" = current frame
"parent" = parent frame
"top" = top-most frame
"blank" = new unnamed top-level frame
"x" = new top-level frame named "x"
|
| font |
<font_face_style_size> ... </font> |
style (0 = plain, 1 = bold, 2 = italic, 3 = bold and italic) |
| align |
<align_pos> ... </align> |
pos (left, right, or center) |
| break |
<break> |
line break |
| pause |
<pause_time> |
time is in milliseconds |
| image |
<image_filename> |
filename is either in GIF or JPG |
| effect |
<effect_type_R_G_B> ... </effect> |
effect (shadow or outline), R G B are the color of background |
| u |
<u_unicode> |
unicode is the number |
Back to Scrollup
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.