/[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.41 by mkoch, Thu Dec 30 16:51:20 2004 UTC revision 1.42 by mkoch, Thu Dec 30 19:02:06 2004 UTC
# Line 823  public class Window extends Container im Line 823  public class Window extends Container im
823    {    {
824      /* Create the context if this is the first request */      /* Create the context if this is the first request */
825      if (accessibleContext == null)      if (accessibleContext == null)
826        {        accessibleContext = new AccessibleAWTWindow();
         /* Create the context */  
         accessibleContext = new AccessibleAWTWindow();  
       }  
827      return accessibleContext;      return accessibleContext;
828    }    }
829    

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

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