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.
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.