/[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.35.2.11 by gnu_andrew, Tue Sep 20 18:46:26 2005 UTC revision 1.35.2.12 by tromey, Tue Sep 27 16:49:40 2005 UTC
# Line 1  Line 1 
1  /* Window.java --  /* Window.java --
2     Copyright (C) 1999, 2000, 2002, 2003, 2004  Free Software Foundation     Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005  Free Software Foundation
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 277  public class Window extends Container im Line 277  public class Window extends Container im
277    /**    /**
278     * Shows on-screen this window and any of its owned windows for whom     * Shows on-screen this window and any of its owned windows for whom
279     * isVisible returns true.     * isVisible returns true.
280       * @specnote: Deprecated starting in 1.5.
281     */     */
282      @Deprecated
283    public void show()    public void show()
284    {    {
285      if (parent != null && !parent.isDisplayable())      if (parent != null && !parent.isDisplayable())
# Line 327  public class Window extends Container im Line 329  public class Window extends Container im
329        }        }
330    }    }
331    
332      /**
333       * @specnote: Deprecated starting in 1.5.
334       */
335      @Deprecated
336    public void hide()    public void hide()
337    {    {
338      // Hide visible owned windows.      // Hide visible owned windows.

Legend:
Removed from v.1.35.2.11  
changed lines
  Added in v.1.35.2.12

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