public interface LayoutManager
Modifier and Type | Method and Description |
---|---|
void |
doLayout(Container container_) |
Dimension |
minimumSize(Container container_)
Calculate the geometry for the specified list of Components,
and return the size of the rectangle that encloses all the
Components.
|