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

Diff of /classpath/java/awt/TextComponent.java

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

revision 1.7 by tromey, Sun Mar 24 22:34:24 2002 UTC revision 1.8 by tromey, Sun Mar 24 22:49:20 2002 UTC
# Line 97  protected transient TextListener textLis Line 97  protected transient TextListener textLis
97  TextComponent(String text)  TextComponent(String text)
98  {  {
99    this.text = text;    this.text = text;
100      this.editable = true;
101  }  }
102    
103  /*************************************************************************/  /*************************************************************************/

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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