src/share/classes/java/awt/GridBagConstraints.java

Print this page

        

*** 28,38 **** * The <code>GridBagConstraints</code> class specifies constraints * for components that are laid out using the * <code>GridBagLayout</code> class. * * @author Doug Stein ! * @author Bill Spitzak (orignial NeWS & OLIT implementation) * @see java.awt.GridBagLayout * @since JDK1.0 */ public class GridBagConstraints implements Cloneable, java.io.Serializable { --- 28,38 ---- * The <code>GridBagConstraints</code> class specifies constraints * for components that are laid out using the * <code>GridBagLayout</code> class. * * @author Doug Stein ! * @author Bill Spitzak (orignial NeWS &amp; OLIT implementation) * @see java.awt.GridBagLayout * @since JDK1.0 */ public class GridBagConstraints implements Cloneable, java.io.Serializable {