charva.awt
Interface LayoutManager
- LayoutManager2
- BorderLayout, BoxLayout, FlowLayout, GridBagLayout
public interface LayoutManager
Defines the interface for classes that know how to lay out Containers.
doLayout
public void doLayout(Container container_)
minimumSize
public 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.