new TitleBarLayout()
public function preferredLayoutSize(target:Container):Dimension
Description copied from FlowLayout
Returns the preferred dimensions for this layout given the visible components in the specified target container.
preferredLayoutSize() in org.aswing.LayoutManager
public function minimumLayoutSize(target:Container):Dimension
Description copied from FlowLayout
Returns the minimum dimensions needed to layout the visible components contained in the specified target container.
minimumLayoutSize() in org.aswing.LayoutManager