WobbleMenu
Sample HTML Source:
<applet code="WobbleMenu.class" archive="WobbleMenu.jar"
align="middle" width="254" height="190">
<param name="menuMain" value="
{JavaBoutique,menuBoutique}
{Categories,menuCategories}
{Resources,menuResources}
{Articles,menuArticles}
">
<param name="menuBoutique" value="
{Hall of Fame,http://javaboutique.com/stats/halloffame.html}
{Archive,http://javaboutique.com/stats/archive.html}
{Source code,http://javaboutique.com/javasource}
{}
{Main Menu,menuMain}">
<param name="menuCategories" value="
{Text,http://javaboutique.com/text/}
{Navigation,http://javaboutique.com/navigation}
{Utilities,http://javaboutique.com/utilities}
{}
{Main Menu,menuMain}">
<param name="menuResources" value="
{Custom Applets,http://javaboutique.com/custom.html}
{News,http://javaboutique.com/news/}
{JiniWatch,http://javaboutique.com/jini/}
{}
{Main Menu,menuMain}">
<param name="menuArticles" value="
{Tutorials,http://javaboutique.com/tutorials/}
{Reviews,http://javaboutique.com/reviews/}
{Glossary,http://javaboutique.com/how_to/glossary.html}
{}
{Main Menu,menuMain}">
<param name="AppletHomePage" value="http://go.to/javabase">
<param name="delay" value="30">
<param name="fgcolor" value="AA0000">
<param name="bgcolor" value="FFFFFF">
<param name="font" value="Times">
<param name="fontsize" value="20">
<param name="fontstyle" value="b">
<param name="highlight" value="FFAAAA">
<param name="highlightFade" value="right">
<param name="inFade" value="leftright">
<param name="mouse" value="FFFFDD">
<param name="steps" value="30">
<param name="switchSteps" value="15">
<param name="background" value="javabtq.jpg">
<param name="host" value="javabase">
<param name="key" value="cacowcbu">
<param name="xAmount" value="1">
<param name="yAmount" value="1">
<param name="xFreq" value="10">
<param name="yFreq" value="10">
</applet>
|
Name
|
Value
|
Example |
|
AppletHomePage
|
http://go.to/javabase
|
|
|
steps
|
No. of frames while fading highlight
|
30 |
|
switchSteps
|
No. of frames going to submenu
|
10 |
|
delay
|
Time between frames
|
25 |
|
highlight
|
The highlight bar colour
|
FF0000 |
|
fgcolor
|
The normal text colour
|
000000 |
|
bgcolor
|
The page background colour
|
FFFFFF |
|
mouse
|
The text mouse over colour
|
0000FF |
|
background
|
Background image
|
back.gif |
| tile |
Tiled not stretched background - no value |
|
|
font
|
The font (click
here for options)
|
Courier |
|
fontsize
|
The font size
|
20 |
|
fontstyle
|
i for
italic and/or b for bold
|
bi |
| justify |
"left",
"right", or leave it out for middle |
left |
|
rounding
|
Mow
much to round highlight bar
|
20 |
|
highlightFade
|
Highlight bar effect on mouse out.
|
shrink2 |
| inFade |
Effect when showing a new menu |
left |
| outFade |
Effect when clearing a menu |
right |
| type |
"bar" or "menu" - forces positioning
of options |
menu |
|
menuMain
|
This is the first menu shown
|
click
here |
|
menuXXX
|
A sub-menu
|
click
here |
| key |
Key supplied at registration |
|
| xAmount |
Amount of horizontal
wobble |
3 |
| yAmount |
Amount of vertical
wobble |
3 |
| xFreq |
Amount of horizontal
waves |
10 |
| yFreq |
Amount of vertical
waves |
10 |
Back to WobbleMenu
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.
|