BorderLayout.minimumLayoutSize
Class Overview | Class Members |
This Package |
All Packages
public Dimension minimumLayoutSize( Container target )
Parameters
- target
- the container in which to do the layout.
Returns
the minimum dimensions needed to lay out the subcomponents
of the specified container.
Description
Determines the minimum size of the target container
using this layout manager.
This method is called when a container calls its
getMinimumSize method. Most applications do not call
this method directly.
See Also
Container, preferredLayoutSize, getMinimumSize