/[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.18 by mkoch, Mon Mar 17 16:28:49 2003 UTC revision 1.19 by mkoch, Tue Apr 29 09:22:39 2003 UTC
# Line 213  public class Window extends Container Line 213  public class Window extends Container
213        addNotify();        addNotify();
214    
215      validate();      validate();
216      setVisible (true);      super.show();
217      toFront();      toFront();
218    }    }
219    
220    public void hide()    public void hide()
221    {    {
222      // FIXME: call hide() on any "owned" children here.      // FIXME: call hide() on any "owned" children here.
223      setVisible (false);      super.hide();
224    }    }
225    
226    public boolean isDisplayable()    public boolean isDisplayable()

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

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