GridBagConstraints.insets

GridBagConstraints.insets

Class Overview | Class Members | This Package | All Packages

Syntax
public Insets insets
Description
This field specifies the external padding of the component, the minimum amount of space between the component and the edges of its display area.

The default value is new Insets(0, 0, 0, 0).