Methods Summary |
---|
public void | addLayoutComponent(java.lang.String name, java.awt.Component comp)If the layout manager uses a per-component string,
adds the component comp to the layout,
associating it
with the string specified by name .
|
public void | layoutContainer(java.awt.Container parent)Lays out the specified container.
|
public java.awt.Dimension | minimumLayoutSize(java.awt.Container parent)Calculates the minimum size dimensions for the specified
container, given the components it contains.
|
public java.awt.Dimension | preferredLayoutSize(java.awt.Container parent)Calculates the preferred size dimensions for the specified
container, given the components it contains.
|
public void | removeLayoutComponent(java.awt.Component comp)Removes the specified component from the layout.
|