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

Diff of /classpath/java/awt/Canvas.java

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

revision 1.10 by mkoch, Tue Nov 16 09:59:11 2004 UTC revision 1.11 by mkoch, Thu Dec 30 19:02:06 2004 UTC
# Line 174  public class Canvas Line 174  public class Canvas
174    {    {
175      /* Create the context if this is the first request */      /* Create the context if this is the first request */
176      if (accessibleContext == null)      if (accessibleContext == null)
177        {        accessibleContext = new AccessibleAWTCanvas();
         /* Create the context */  
         accessibleContext = new AccessibleAWTCanvas();  
       }  
178      return accessibleContext;      return accessibleContext;
179    }    }
180    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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