Java Gui Builder
You are here: Home   >   Documentation   >   JGB Elements Documentation   >   Label Element
JGB Element Navigation
tab
ref

Label Element

Group membership: Controls

Adds a label to the current container.

Attributes

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.

mnemonic CDATA No

Identifies the character that will be used as this control's mnemonic.

reflabel IDREF No

Identifies a control that prompts this one.

text CDATA No

Specifies the text that will appear on the control.

Do not add an underline (_) or ampersand (&) to the text attribute to identify the mnemonic. Use this element's mnemonic attribute for that purpose.

Example usage

…
<!-- Add a label to the screen which is to be the label of a text field -->
<label id="nameLabel" text="Name:" mnemonic="n"/>
<textfield id="nameField" columns="80" reflabel="nameLabel"/>
…
        

Parent element(s)

controls, control, panel, tab.

Child element(s)

methodCall, property, register.
Back to top
SourceForge Logo
Hosted on SourceForge.net
Valid XHTML 1.0!
Valid XHTML 1.0 !
Valid CSS!
Valid CSS !
Code Coverage by Clover
Code Coverage provided by Clover
 |  Home |  License |  Downloads |  Documentation |  Developers |  Mailing Lists |  Dependencies |  Links |  Privacy Policy |  SF Project Home |