Methods
| Name | Description |
|---|---|
| addLayoutComponent(Component, Object) | Adds the specified component to the layout, using the specified constraint object. |
| getLayoutAlignmentX(Container) | Returns the alignment along the x axis. |
| getLayoutAlignmentY(Container) | Returns the alignment along the y axis. |
| invalidateLayout(Container) | Invalidates the layout, indicating that if the layout manager has cached information it should be discarded. |
| maximumLayoutSize(Container) | Returns the maximum size of this component. |