Module java.desktop
Package java.awt

Class GridBagConstraints

java.lang.Object
java.awt.GridBagConstraints
All Implemented Interfaces:
Serializable, Cloneable

public class GridBagConstraints extends Object implements Cloneable, Serializable
The GridBagConstraints class specifies constraints for components that are laid out using the GridBagLayout class.
Since:
1.0
See Also: