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

Diff of /classpath/java/awt/Graphics.java

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

revision 1.9 by iproetel, Mon Mar 22 13:19:05 2004 UTC revision 1.10 by mark, Fri Jul 30 16:01:47 2004 UTC
# Line 732  finalize() Line 732  finalize()
732  /*************************************************************************/  /*************************************************************************/
733    
734  /**  /**
735    * Returns a string representation of this object.   * Returns a string representation of this object.
736    *   *
737    * @param A string representation of this object.   * @param A string representation of this object.
738    */   */
739  public String  public String
740  toString()  toString()
741  {  {
742    return(super.toString());    return getClass ().getName () + "[font=" + getFont () + ",color=" + getColor () + "]";
743  }  }
744    
745  public boolean  public boolean

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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