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

Diff of /classpath/java/awt/BorderLayout.java

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

revision 1.19 by tromey, Wed Sep 21 18:38:22 2005 UTC revision 1.20 by tromey, Wed Sep 21 19:13:57 2005 UTC
# Line 175  public class BorderLayout implements Lay Line 175  public class BorderLayout implements Lay
175    
176    
177    /**    /**
    * @serial The horizontal gap between components  
    */  
   private int hgap;  
   
   /**  
    * @serial The vertical gap between components  
    */  
   private int vgap;  
   
   /**  
178     * @serial     * @serial
179     */     */
180    private Component north;    private Component north;
# Line 192  public class BorderLayout implements Lay Line 182  public class BorderLayout implements Lay
182    /**    /**
183     * @serial     * @serial
184     */     */
185    private Component west;    private Component south;
186    
187    /**    /**
188     * @serial     * @serial
# Line 202  public class BorderLayout implements Lay Line 192  public class BorderLayout implements Lay
192    /**    /**
193     * @serial     * @serial
194     */     */
195    private Component south;    private Component west;
196    
197    /**    /**
198     * @serial     * @serial
# Line 229  public class BorderLayout implements Lay Line 219  public class BorderLayout implements Lay
219     */     */
220    private Component lastItem;    private Component lastItem;
221    
222      /**
223       * @serial The horizontal gap between components
224       */
225      private int hgap;
226    
227      /**
228       * @serial The vertical gap between components
229       */
230      private int vgap;
231    
232    
233    // Some constants for use with calcSize().    // Some constants for use with calcSize().
234    private static final int MIN = 0;    private static final int MIN = 0;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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