borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.layout
java.lang.Object +----java.awt.GridBagConstraints +----borland.jbcl.layout.GridBagConstraints2
Variables Constructors Properties Methods
Implements Serializable, Cloneable
The constraint object for adding a component to a GridBagLayout.
public GridBagConstraints2(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, java.awt.Insets insets, int ipadx, int ipady)
public String toString()
Overrides: java.lang.Object.toString()