/[classpath]/classpath/java/awt/Frame.java
ViewVC logotype

Diff of /classpath/java/awt/Frame.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by mkoch, Wed Dec 29 14:18:25 2004 UTC revision 1.27 by mkoch, Thu Dec 30 19:02:06 2004 UTC
# Line 583  getFrames() Line 583  getFrames()
583    {    {
584      /* Create the context if this is the first request */      /* Create the context if this is the first request */
585      if (accessibleContext == null)      if (accessibleContext == null)
586        {        accessibleContext = new AccessibleAWTFrame();
         /* Create the context */  
         accessibleContext = new AccessibleAWTFrame();  
       }  
587      return accessibleContext;      return accessibleContext;
588    }    }
589    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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