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

Window Element

Group membership: Document root

The window tag describes one window. Windows extends java.awt.Window. JGB only uses javax.swing.JDialog and javax.swing.JFrame. It would be a simple matter to add support for java.awt.Dialog and java.awt.Frame.

Attributes

Name Type Required Description
class CDATA No

This attribute documents a fully qualified class name

id ID No

Identifies the name by which this control will be referenced by other parts of the JGB XML file or Java code.

type CDATA Yes

Declare the type of window to instantiate.

Literal values

Value Description
jdialog

Declares that this window will be of the dialog variety.

jframe

Declares that this window will be of the frame variety.

Example usage

<!-- Declare a new window named 'msgWindow' that displays as a frame. -->
<window id="msgWindow" type="jframe">
    …
</window>
        

Parent element(s)

None

Child element(s)

controls, menuBar, methodCall, object, 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 |