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

Controls Element

Group membership: Layout control

Marks the beginning of the declaration of the window contents.

The controls element pushes the parent window's content pane on the JGB stack so that child elements may be added to it.

Attributes

None

Example usage

<window id="msgWindow" type="jframe">
    …
    <controls>
        …
    </controls>
    …
</window>
        

Parent element(s)

window.

Child element(s)

border, button, check, combo, constraints, control, glue, label, layout, list, methodCall, panel, property, radio, register, sheet, strut, table, textfield.
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 |