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

Diff of /classpath/java/awt/GridBagLayout.java

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

revision 1.1 by mark, Tue Jul 23 17:08:02 2002 UTC revision 1.2 by mkoch, Wed Oct 2 12:58:39 2002 UTC
# Line 40  package java.awt; Line 40  package java.awt;
40  import java.io.Serializable;  import java.io.Serializable;
41    
42  /**  /**
43   * Stub implementeation.   * Stub implementation.
44   */   */
45  public class GridBagLayout  public class GridBagLayout
46    implements Serializable, LayoutManager2    implements Serializable, LayoutManager2
47  {  {
48      static final long serialVersionUID = 8838754796412211005L;
49    
50    public void addLayoutComponent(String name, Component component)    public void addLayoutComponent(String name, Component component)
51    {    {
52    }    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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