TextArea.getMinimumSize
Class Overview | Class Members |
This Package |
All Packages
public Dimension getMinimumSize( int rows,
int columns )
Parameters
- rows
- the number of rows.
- cols
- the number of columns.
Returns
the minimum dimensions required to display
the text area with the specified
number of rows and columns.
Description
Determines the minimum size of a text area with the specified
number of rows and columns.
See Also
getMinimumSize
public Dimension getMinimumSize()
Returns
the preferred dimensions needed for this text area.
Description
Determines the minimum size of this text area.
Overrides
getMinimumSize in class Component
See Also
getPreferredSize