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

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 30,40 **** * <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 { /** * Specifies that this component is the next-to-last component in its --- 30,40 ---- * <code>GridBagLayout</code> class. * * @author Doug Stein * @author Bill Spitzak (orignial NeWS &amp; OLIT implementation) * @see java.awt.GridBagLayout ! * @since 1.0 */ public class GridBagConstraints implements Cloneable, java.io.Serializable { /** * Specifies that this component is the next-to-last component in its