This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] enable Graphics2D at configure and runtime


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 (). :-)

Tom



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]