/[classpath]/classpath/java/awt/GridBagConstraints.java
ViewVC logotype

Diff of /classpath/java/awt/GridBagConstraints.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by tromey, Thu Jan 24 00:49:39 2002 UTC revision 1.4 by mkoch, Wed Oct 2 12:58:39 2002 UTC
# Line 45  import java.io.Serializable; Line 45  import java.io.Serializable;
45   * GridBagLayout layout manager.  */   * GridBagLayout layout manager.  */
46  public class GridBagConstraints implements Cloneable, Serializable  public class GridBagConstraints implements Cloneable, Serializable
47  {  {
48      static final long serialVersionUID = -1000070633030801713L;
49    
50    /** Fill in both directions.  */    /** Fill in both directions.  */
51    public static final int BOTH = 1;    public static final int BOTH = 1;
52    /** Don't fill.  */    /** Don't fill.  */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26