compiled by thepcsweb.com
13
Using the Menus
lThe menus are packaged as separate Java “class” files for each menu type
–apPopupMenu.class apChoiceMenu.class
apMenu.class apButtonMenu.class
apImageMenu.class apMagicMenu.class
apTabMenu.class apMenu2.class
apPulseMenu.class apXPButtonMenu.class
apXPDropDown.class
–Copy the .class files for the menus to a location on the web server where other files can reference them
–There can be a single copy of the .class files on the server (in an “includes”, “applets”, or similar directory) – use relative or absolute path names to specify the exact location
lWe’ll see this later when dealing with the APPLET tag…