ClassX Menu
A Simple Menu Utility.
NB Any size, scrollbars appear to accomodate Menu if necessary.

<Applet Tag>

<APPLET CODE=Main.class WIDTH=150 HEIGHT=150 archive="Menu.jar" codebase="http:\\www.n.oman.btinternet.co.uk\">
<PARAM NAME="Menu0" VALUE="-1#Home#">
<PARAM NAME="Menu1" VALUE="0#Applets#">
<PARAM NAME="Menu2" VALUE="0#Utilities#">
<PARAM NAME="Menu3" VALUE="0#Servlets#">
<PARAM NAME="Menu4" VALUE="0#Applications#">
<PARAM NAME="Menu5" VALUE="1#Carnage#http://www.n.oman.btinternet.co.uk/Carnage.htm#_parent">
<PARAM NAME="Menu6" VALUE="1#Reversi#http://www.n.oman.btinternet.co.uk/Reversi.html#_parent">
<PARAM NAME="Menu7" VALUE="1#Gemstone#http://www.n.oman.btinternet.co.uk/Gemstone.html#_parent">
<PARAM NAME="Menu8" VALUE="1#Palace#http://www.n.oman.btinternet.co.uk/Cards.htm#_parent">
<PARAM NAME="Menu9" VALUE="2#Pie Chart#http://www.n.oman.btinternet.co.uk/Pie.htm#_parent">
<PARAM NAME="Menu10" VALUE="2#Trends Chart#http://www.n.oman.btinternet.co.uk/Trends.htm#_parent">
<PARAM NAME="Menu11" VALUE="3#Simple Hit Counter#http://www.n.oman.btinternet.co.uk/Counter.htm#_parent">
</APPLET>


Parameters
Width & Height
Set the width and height variables to any preferred size.
Menu0
Always present gives details for apex node.
Menu 1, etc.
Menu nodes, those with an associated web page and frame are "pages", those without are "folders".

Parameter Fields
#n#name#web address#frame

where web address & frame are optional.
n is node under which this node "hangs", i.e. in above example Menu1 appears under node 0 (Menu 0).
name is name as it appears in menu.


Download Menu.jar