/[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.54 by fitzsim, Fri Sep 9 20:13:32 2005 UTC revision 1.55 by abalkiss, Thu Sep 15 16:49:02 2005 UTC
# Line 346  public class Window extends Container im Line 346  public class Window extends Container im
346      super.hide();      super.hide();
347    }    }
348    
   public boolean isDisplayable()  
   {  
     return peer != null;  
   }  
   
349    /**    /**
350     * Destroys any resources associated with this window.  This includes     * Destroys any resources associated with this window.  This includes
351     * 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.54  
changed lines
  Added in v.1.55

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