 | Example of changing parameter width |
|
| Back to other parameters
|
Example 1
Source menu file |
|
Menu source
<?xml version = "1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE Menu PUBLIC "-//Javabase//DTD TreeMenu 1.0//EN" "http://www.javabase.co.uk/TreeMenu/TreeMenu.dtd"> <Menu textcolor="5555FF" tooltiptext="Tooltip" mouseovertextcolor="0000FF" width="0" fill="false" gap="4"> <Item url="http://news.bbc.co.uk/" name="News\Headlines"/> <SubMenu name="Search"> <Item tooltiptext="Go Search!" url="http://www.google.com/" name="Google"/> <Item tooltiptext="Tooltip" url="http://www.yahoo.com/" name="Yahoo"/> </SubMenu> <Item url="http://java.sun.com/" name="Java"/> </Menu>
|
|
Example 2
Source menu file |
|
Menu source
<?xml version = "1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE Menu PUBLIC "-//Javabase//DTD TreeMenu 1.0//EN" "http://www.javabase.co.uk/TreeMenu/TreeMenu.dtd"> <Menu textcolor="5555FF" tooltiptext="Tooltip" mouseovertextcolor="0000FF" width="0" fill="false" gap="4"> <Item url="http://news.bbc.co.uk/" name="News\Headlines"/> <SubMenu name="Search"> <Item tooltiptext="Go Search!" url="http://www.google.com/" name="Google"/> <Item tooltiptext="Tooltip" url="http://www.yahoo.com/" name="Yahoo"/> </SubMenu> <Item url="http://java.sun.com/" name="Java"/> </Menu>
|
|
Integer
This is an integer value parameter and so can take values 0,1,2,3,... number value
Back to other parameters |
|
All Rights Reserved Edward Smith 1999-2005. Java™ and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. |