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

Diff of /classpath/java/awt/Window.java

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

revision 1.22 by mkoch, Tue Jun 3 16:49:45 2003 UTC revision 1.23 by mkoch, Mon Jun 23 12:53:47 2003 UTC
# Line 50  import java.util.ResourceBundle; Line 50  import java.util.ResourceBundle;
50  /**  /**
51   * This class represents a top-level window with no decorations.   * This class represents a top-level window with no decorations.
52   *   *
53   * @author Aaron M. Renn (arenn@urbanophile.com)   * @author Aaron M. Renn <arenn@urbanophile.com>
54   * @author Warren Levy  <warrenl@cygnus.com>   * @author Warren Levy  <warrenl@cygnus.com>
55   */   */
56  public class Window extends Container  public class Window extends Container
# Line 79  public class Window extends Container Line 79  public class Window extends Container
79    Window()    Window()
80    {    {
81      setVisible(false);      setVisible(false);
82      setLayout((LayoutManager) new BorderLayout());      setLayout(new BorderLayout());
83    }    }
84    
85    Window(GraphicsConfiguration gc)    Window(GraphicsConfiguration gc)

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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