TextField.getMinimumSize
Class Overview | Class Members |
This Package |
All Packages
public Dimension getMinimumSize( int columns )
Parameters
- columns
- the number of columns in
this text field.
Description
Gets the minumum dimensions for a text field with
the specified number of columns.
public Dimension getMinimumSize()
Returns
the minimum dimensions for
displaying this text field.
Description
Gets the minumum dimensions for this text field.
Overrides
getMinimumSize in class Component