|
UIML
v2.0
Draft Spec
DTD
Examples
Vocabularies
UIML
v1.0
Tags
Components
Attributes
|
UIML
Attributes (UIML 1.0)
LAYOUT
| Allowed Values
|
Meaning
|
| AbsoluteLayout,
BorderLayout, FlowLayout, GridLayout, GridBagLayout |
See AWT documentation.
FlowLayout is default for Panel. BorderLayout is default for Frame.
AbsoluteLayout is the equivalent of a "null" LayoutManager in AWT.
Note with AbsoluteLayout, component positions and size must be specified.
Use LOCATION or LEFT and TOP to specify position; use SIZE to specify
component size. |
©
1999-2000 UIML.org (all rights reserved)
|