/[classpath]/classpath/javax/swing/BoxLayout.java
ViewVC logotype

Diff of /classpath/javax/swing/BoxLayout.java

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

revision 1.3 by mark, Tue Apr 30 21:37:27 2002 UTC revision 1.4 by mkoch, Sun Jun 8 11:20:06 2003 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package javax.swing;  package javax.swing;
40    
41  import java.awt.*;  import java.awt.Container;
42    import java.awt.Component;
43    import java.awt.Dimension;
44    import java.awt.GridLayout;
45    import java.awt.LayoutManager2;
46    import java.io.Serializable;
47    
48  /**  /**
49   * A layout for swing components.   * A layout for swing components.
# Line 46  import java.awt.*; Line 52  import java.awt.*;
52   *   *
53   * @author Ronald Veldema (rveldema@cs.vu.nl)   * @author Ronald Veldema (rveldema@cs.vu.nl)
54   */   */
55  public class BoxLayout implements LayoutManager2  public class BoxLayout implements LayoutManager2, Serializable
56  {  {
57      GridLayout      gridbag;      GridLayout      gridbag;
58            

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