/[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.14.2.1 by gnu_andrew, Fri Jan 14 10:24:15 2005 UTC revision 1.14.2.2 by gnu_andrew, Sat Jan 15 17:01:47 2005 UTC
# Line 101  public class TextArea extends TextCompon Line 101  public class TextArea extends TextCompon
101    /*    /*
102     * The number used to generate the name returned by getName.     * The number used to generate the name returned by getName.
103     */     */
104    private static transient long next_text_number = 0;    private static transient long next_text_number;
105    
106    /**    /**
107     * Initialize a new instance of <code>TextArea</code> that is empty.     * Initialize a new instance of <code>TextArea</code> that is empty.

Legend:
Removed from v.1.14.2.1  
changed lines
  Added in v.1.14.2.2

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