Java Gui Builder |
|
You are here: | Home > Documentation > JGB Elements Documentation > Separator Element |
Group membership: Menu & items
Adds a separator bar to the parent menu or item.
Name | Type | Required | Description |
---|---|---|---|
id | ID | No |
Identifies the name by which this control will be referenced by other parts of the JGB XML file or Java code. |
… <menu id="viewMenu" text="View"> … <item text="Status Bar" type="check" selected="true"/> <separator/> <item text="Sort By" mnemonic="s"> … </item> </menu> …
Hosted on SourceForge.net |
Valid XHTML 1.0 ! |
Valid CSS ! |
Code Coverage provided by Clover |