TextField.getMinimumSize

TextField.getMinimumSize

Class Overview | Class Members | This Package | All Packages

Syntax 1
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.



Syntax 2
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