Methods
Name | Description |
---|---|
addLayoutComponent(String, Component) | Adds the specified component with the specified name to the layout. |
layoutContainer(Container) | Lays out the container in the specified panel. |
minimumLayoutSize(Container) | Calculates the minimum size dimensions for the specified panel given the components in the specified parent container. |
preferredLayoutSize(Container) | Calculates the preferred size dimensions for the specified panel given the components in the specified parent container. |
removeLayoutComponent(Component) | Removes the specified component from the layout. |