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

Diff of /classpath/java/awt/TextArea.java

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

revision 1.17 by mkoch, Tue Nov 23 18:04:46 2004 UTC revision 1.18 by mkoch, Thu Dec 30 19:02:06 2004 UTC
# Line 613  public class TextArea extends TextCompon Line 613  public class TextArea extends TextCompon
613      }      }
614    }    }
615        
616      /**
617       * Gets the AccessibleContext associated with this <code>TextArea</code>.
618       * The context is created, if necessary.
619       *
620       * @return the associated context
621       */
622    public AccessibleContext getAccessibleContext()    public AccessibleContext getAccessibleContext()
623    {    {
624      return new AccessibleAWTTextArea();      /* Create the context if this is the first request */
625        if (accessibleContext == null)
626          accessibleContext = new AccessibleAWTTextArea();
627        return accessibleContext;
628    }    }
629  }  }

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

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