Parameters: open in new frame.
parameter name example value comments
"start-page" value= parent.start" This page is displayed when the mennu starts.
"color-highlight" value= "ffffff" If left blank: No hi-light.
"color-text" value= "111111" If left blank: Defalt to black.
"color-background" value= "ffffff" If left blank: Defalt to white.
"color-connectors" value= "ffffff" If left blank: No connectors.
"color-under-line" value= "ffffff" If left blank: No underling of links.
"font-name-size" value= "Helvetica,12" Font name, font size.
"spacing" value= "18" Changes the space between enteries of the menu, defalt = 16.
"icon?" value= "close.gif" Needed:  icon0 = closed folder. 
Needed:  icon1 = open folder. 
You can have as many icons as you wish (icon2-iconN). 
"[folder]/1" value= "/1" You will need an entry for each item in your menu, the following arguments can be included for each entry: 
"icon, name, link, target, status bar"

Parameters for menu on the left:
Make some changes, then click the "Refresh" button

 
 
 
icon, name, link, target, status bar

"/1" is the name for the root entry.  Where "/" = root, and "1" is the first entry in root. In the example above: <param name="/1" value= "1,root">  As you can see "1" is the Icon (open folder), and the name of the folder is "root".  The next entry must be placed in the "root" folder.  To do this you must provide a parameter named "/root/1".  Where "root" is the name of is parent directory, and "1" stands for the first entry in the folder "root". <param name="/root/1"  value= "0,Java projects">  As you can see "0" is the Icon (closed folder), and the name of the folder is "Java projects".  To place a folder in the on we just created:  <param name="/root/Java projects/1"  value= "0,Menu">.  "/root" is the name of the first folder, "/Java projects" is the name of the second folder, and this is the first "1" entry in the folder "Java projects".  To place a link in this folder:  <param name="/root/Java projects/Menu/1"  value= "7,Introduction,menu/introduction.html,main">.  "/root/Java projects/Menu" is the name of the subdirectories, and it is the first entry in the folder names "Menu".  The link has Icon "7".  The name you see displayed is "Introduction".  The link is located at "menu/introduction.html", and the page will be displayed in the main window, "main".  You can play around with the example above, just press the refresh button when you want to see the results.

How to Add Java Applets to Your Site

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.