[PATCH] enable Graphics2D at configure and runtime

Michael Koch konqueror@gmx.de
Sat Dec 20 07:38:00 GMT 2003


On Fri, Dec 19, 2003 at 09:42:41PM -0500, Thomas Fitzsimmons wrote:
> On Thu, 2003-12-18 at 17:30, Thomas Fitzsimmons wrote:
> > > +  /* newer method to produce a peer for a Font object, even though Sun's
> > > +     design claims Font should now be peerless, we do not agree with this
> > > +     model, hence "ClasspathFontPeer". */
> > > +
> > > +  public ClasspathFontPeer getClasspathFontPeer (String name, Map attrs)
> > > +  {
> > > +    if (useGraphics2D)
> > 
> > This should be useGraphics2d.
> > 
> 
> Err, useGraphics2D (). :-)

Better "useGraphics2D()" (without space). ;-)


Michael



More information about the Java-patches mailing list