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

Diff of /classpath/java/awt/Label.java

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

revision 1.16 by mkoch, Tue Nov 16 09:59:11 2004 UTC revision 1.17 by mkoch, Thu Dec 30 19:02:06 2004 UTC
# Line 306  public AccessibleContext getAccessibleCo Line 306  public AccessibleContext getAccessibleCo
306  {  {
307    /* Create the context if this is the first request */    /* Create the context if this is the first request */
308    if (accessibleContext == null)    if (accessibleContext == null)
309      {      accessibleContext = new AccessibleAWTLabel();
       /* Create the context */  
       accessibleContext = new AccessibleAWTLabel();  
     }  
310    return accessibleContext;    return accessibleContext;
311  }  }
312    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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