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

Diff of /classpath/java/awt/Font.java

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

revision 1.18.2.5 by gnu_andrew, Tue Aug 2 20:12:15 2005 UTC revision 1.18.2.6 by gnu_andrew, Sat Sep 10 15:31:42 2005 UTC
# Line 353  private static final long serialVersionU Line 353  private static final long serialVersionU
353      this(null, attrs);      this(null, attrs);
354    }    }
355    
356    /* This extra constructor is here to permit ClasspathToolkit and to build    /* This extra constructor is here to permit ClasspathToolkit and to
357       a font with a "logical name" as well as attrs.  */       build a font with a "logical name" as well as attrs.
358    public Font (String name, Map attrs)       ClasspathToolkit.getFont(String,Map) uses reflection to call this
359         package-private constructor. */
360      Font (String name, Map attrs)
361    {    {
362      // If attrs is null, setting it to an empty HashMap will give this      // If attrs is null, setting it to an empty HashMap will give this
363      // Font default attributes.      // Font default attributes.

Legend:
Removed from v.1.18.2.5  
changed lines
  Added in v.1.18.2.6

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