Re: More anti-aliasing puzzles



"Roedy Green" <look-on@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:scrmf1dkglma38hqjj4ki41sunlh9ptrod@xxxxxxxxxx
> On Wed, 10 Aug 2005 18:45:07 -0700, "Dilton McGowan II"
> <diltonm@xxxxxxxxxxx> wrote or quoted :
>
>>You can see the results at http://www.mccomsoft.com/images/anti.png.
>>Java's
>>anti-aliasing isn't the best I've seen but it seems to be working?
>
> I guess the problem in Win2K.
>
> My conjecture that for AWT-Canvas Sun does the anti-aliasing itself,
> but for Swing it relies on the OS. This is backwards to what you would
> normally expect.

I'm confused, I'm on XP and had the OS ClearType off which means since it
works then I'm still not sure why it doesn't work for you unless you mean
you are on Win2k and that is where the Swing code is failing? If that's
happeneing then I have no clue why it would fail since it's not using the OS
to do the AA anyway?

Someone who has worked with Swing on Win2K and XP would have to comment like
a Sun developer? Maybe file a bug against Swing and let Sun sort it out. :-)



.



Relevant Pages

  • Sun Responds to Anti-alias and currency symbol gotchas
    ... Internally when Swing sees a Thai or Arabic character, ... and the anti-aliasing Component ... There is a related problem that AWT TextArea only displays half the ... currency symbols that Swing JTextArea does. ...
    (comp.lang.java.programmer)
  • Re: Cocoa + Xcode for Windows
    ... >> Woody wrote: ... > Swing is about as far from magic as you can get. ... Especially when it is from sun and the UI is ... SWT is semi reasonable on Windows and Unix. ...
    (uk.comp.sys.mac)
  • Re: paint program using canvas
    ... AWT GUIs as you must for Swing. ... Some of them come from Sun. Sun has ... about safe multithreading. ...
    (comp.lang.java.programmer)
  • Re: GUI with Java? What toolkit?
    ... I've read something that Sun originally created AWT, ... poor GUI, so Sun created Swing, which is very good. ... SWT, which is faster and slower than Swing, because it profit from OS ... SWT is not as mature as swing, and it is not really faster then swing. ...
    (comp.lang.java.gui)
  • Re: Anti-aliased text in Swing components
    ... > I don't seem to find any documentation on enabling anti-aliasing on Swing ... can make your own UI delegates in your own look and feel and use it. ... override the paintComponent method because then it is not possible to ...
    (comp.lang.java.gui)