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

Diff of /classpath/java/awt/Label.java

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

revision 1.6 by tromey, Wed Jan 16 16:46:46 2002 UTC revision 1.7 by tromey, Tue Jan 22 22:00:14 2002 UTC
# Line 225  addNotify() Line 225  addNotify()
225  protected String  protected String
226  paramString()  paramString()
227  {  {
228    return(getClass().getName() + "(text=" + getText() + ",alignment=" +    return ("text=" + getText() + ",alignment=" +
229           getAlignment() + ")");            getAlignment() + "," + super.paramString());
230  }  }
231    
232  } // class Label  } // class Label

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

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