/[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.10 by gnu_andrew, Sat Sep 10 15:31:45 2005 UTC revision 1.35.2.11 by gnu_andrew, Tue Sep 20 18:46:26 2005 UTC
# Line 101  public class Window extends Container im Line 101  public class Window extends Container im
101    
102    protected class AccessibleAWTWindow extends AccessibleAWTContainer    protected class AccessibleAWTWindow extends AccessibleAWTContainer
103    {    {
104        private static final long serialVersionUID = 4215068635060671780L;
105    
106      public AccessibleRole getAccessibleRole()      public AccessibleRole getAccessibleRole()
107      {      {
108        return AccessibleRole.WINDOW;        return AccessibleRole.WINDOW;
# Line 346  public class Window extends Container im Line 348  public class Window extends Container im
348      super.hide();      super.hide();
349    }    }
350    
   public boolean isDisplayable()  
   {  
     if (super.isDisplayable())  
       return true;  
     return peer != null;  
   }  
   
351    /**    /**
352     * Destroys any resources associated with this window.  This includes     * Destroys any resources associated with this window.  This includes
353     * all components in the window and all owned top-level windows.     * all components in the window and all owned top-level windows.

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

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