/[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.5 by mkoch, Thu Feb 13 07:07:08 2003 UTC revision 1.5.2.1 by gnu_andrew, Fri Jan 14 10:24:15 2005 UTC
# Line 1  Line 1 
1  // GridBagConstraints.java - Constraints for GridBag layout manager  /* GridBagConstraints.java -- Constraints for GridBag layout manager
2       Copyright (C) 2000, 2001, 2002, 2004  Free Software Foundation
 /* Copyright (C) 2000, 2001, 2002  Free Software Foundation  
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 41  package java.awt; Line 40  package java.awt;
40    
41  import java.io.Serializable;  import java.io.Serializable;
42    
43  /** This specifies the constraints for a component managed by the  /**
44   * GridBagLayout layout manager.  */   * This specifies the constraints for a component managed by the
45     * GridBagLayout layout manager.
46     */
47  public class GridBagConstraints implements Cloneable, Serializable  public class GridBagConstraints implements Cloneable, Serializable
48  {  {
49    static final long serialVersionUID = -1000070633030801713L;    static final long serialVersionUID = -1000070633030801713L;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

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