class org.aswing.WindowLayout extends EmptyLayout
Class Fields
Instance Fields
![]() | Show inherited public instance fields | Hide inherited public instance fields
|
var contentPane:Component
A content pane that is set in the JWindow
via window.append(comp, WindowLayout.TITLE);
(readonly)
A title bar that is set in the JWindow
via window.append(comp, WindowLayout.TITLE);
(readonly)
function addLayoutComponent(comp:Component, constraints:Dynamic): Void
comp | the child to add to the layout |
constraints | the constraints indicate what position the child will be added.
It throws |