GridBagConstraints.ipadx

GridBagConstraints.ipadx

Class Overview | Class Members | This Package | All Packages

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

The default value is 0.

See Also
ipady