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

Diff of /classpath/java/awt/CheckboxMenuItem.java

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

revision 1.16 by mkoch, Wed Dec 29 14:18:25 2004 UTC revision 1.17 by mkoch, Thu Dec 30 19:02:06 2004 UTC
# Line 330  paramString() Line 330  paramString()
330    }    }
331        
332    /**    /**
333     * Gets the AccessibleContext associated with this <code>List</code>.     * Gets the AccessibleContext associated with this <code>CheckboxMenuItem</code>.
334     * The context is created, if necessary.     * The context is created, if necessary.
335     *     *
336     * @return the associated context     * @return the associated context
# Line 339  paramString() Line 339  paramString()
339    {    {
340      /* Create the context if this is the first request */      /* Create the context if this is the first request */
341      if (accessibleContext == null)      if (accessibleContext == null)
342        {        accessibleContext = new AccessibleAWTCheckboxMenuItem();
         /* Create the context */  
         accessibleContext = new AccessibleAWTCheckboxMenuItem();  
       }  
343      return accessibleContext;      return accessibleContext;
344    }    }
345    

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