List.getMinimumSize
Class Overview | Class Members |
This Package |
All Packages
public Dimension getMinimumSize( int rows )
Parameters
- rows
- number of rows in the list.
Returns
the minimum dimensions for displaying this scrolling list.
Description
Gets the minumum dimensions for a list with the specified
number of rows.
See Also
getMinimumSize
public Dimension getMinimumSize()
Returns
the minimum dimensions needed
to display this scrolling list.
Description
Determines the minimum size of this scrolling list.
Overrides
getMinimumSize in class Component
See Also
getMinimumSize