XP Web Buttons Example #8
This example demonstrates:
- Ability to load the menu structure from an external file "menu3.txt"
- 3D text effects (normal and mouseover text shadow)
- Button type 2
- Centered text
- Vertical menu direction
HTML Source
<applet Code=apXPButtonMenu.class Width=100 Height=187>
<a href=http://www.apycom.com>Apycom Java Applets</a>
<param name="Copyright" value="Apycom.com">
<param name="isHorizontal" value="false">
<param name="buttonType" value="2">
<param name="alignText" value="center">
<param name="status" value="link">
<param name="backColor" value="ddbbaa">
<param name="fontColor" value="442211">
<param name="fontHighColor" value="ffffff">
<param name="shadowColor" value="fff0f0">
<param name="shadowHighColor" value="442211">
<param name="font" value="Arial,10,1">
<param name="menuItemsFile" value="menu3.txt">
</applet>
menu3.txt
{Apycom,testlink.html,_self}
{Applets,testlink.html,_self}
{Parameters,testlink.html,_self}
{Examples,testlink.html,_self}
{FAQ,testlink.html,_self}
{Links,testlink.html,_self}
{Javascripts,testlink.html,_self}
{Download,testlink.html,_self}
{Contact Us,testlink.html,_self}
How to setup the menu
|