It's interesting to me that so many people have found Swing slow, while
my experience has been opposite (I wonder if I have something set up
differently on my system or something...). I do see how it can be slower
than AWT, since it doesn't use any native peers. Swing's slow
performance can be attributed to the fact that Swing does its own
drawing, unlike AWT which calls Motif routines to create the widgets.
I do agree, though, that there should be a choice of AWT peering
implementations for Unix and Unix-like systems, since there are so many
widget sets available.
--Jeff
Jonathan Mark Brooks wrote:
>
> I suspect that they didn't get the point. What people are asking for is
> that the graphical elements of java be implemented with GTK+ rather than
> Motif or some other platform specific GUI kit (GTK exists for win32 now as
> well...). Even Swing must at some level call on GUI elements that are
> coded not with Java but with a lower-level graphics library.
>
> Besides, Swing is still, well, SLOW. Especially on Linux. I have a
> Cel400 w/128meg, so it shouldn't be, but it is.
>
--
Jeff Galyan
http://www.anamorphic.com
http://www.sun.com
jeffrey dot galyan at sun dot com
talisman at anamorphic dot com
Sun Certified Java(TM) Programmer
======================================================================
Linus Torvalds on Microsoft and software development:
"... if it's a hobby for me and a job for you, why are you doing such a
shoddy job of it?"
The views expressed herein do not necessarily reflect those of my
employer.
Sun Microsystems, Inc., has no connection to my involvement with the
Mozilla Organization.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]