GridBagConstraints.ipady

GridBagConstraints.ipady

Class Overview | Class Members | This Package | All Packages

Syntax
public int ipady
Description
This field specifies the internal padding, that is, how much space to add to the minimum height of the component. The height of the component is at least its minimum height plus (ipady * 2) pixels.

The default value is 0.

See Also
ipadx