/[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.15 by mark, Thu Jul 22 19:45:38 2004 UTC revision 1.16 by mkoch, Mon Sep 27 15:11:46 2004 UTC
# Line 1  Line 1 
1  /* GridBagLayout - Layout manager for components according to GridBagConstraints  /* GridBagLayout - Layout manager for components according to GridBagConstraints
2     Copyright (C) 2002, 2003 Free Software Foundation, Inc.     Copyright (C) 2002, 2003, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 40  package java.awt; Line 40  package java.awt;
40    
41  import java.io.Serializable;  import java.io.Serializable;
42  import java.util.ArrayList;  import java.util.ArrayList;
 import java.util.Hashtable;  
43  import java.util.HashMap;  import java.util.HashMap;
44    import java.util.Hashtable;
45    
46  /**  /**
47   * @author Michael Koch <konqueror@gmx.de>   * @author Michael Koch <konqueror@gmx.de>

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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