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

Diff of /classpath/java/awt/Dialog.java

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

revision 1.19 by mkoch, Wed Dec 29 14:18:25 2004 UTC revision 1.20 by mkoch, Thu Dec 30 19:02:06 2004 UTC
# Line 545  paramString() Line 545  paramString()
545    {    {
546      /* Create the context if this is the first request */      /* Create the context if this is the first request */
547      if (accessibleContext == null)      if (accessibleContext == null)
548        {        accessibleContext = new AccessibleAWTDialog();
         /* Create the context */  
         accessibleContext = new AccessibleAWTDialog();  
       }  
549      return accessibleContext;      return accessibleContext;
550    }    }
551    

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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