Re: list of java guis



Joe wrote:
- SWT (faster than SWING, afaik developed by IBM, not delivered with the standard jdk, SWT-Applications run afaik only on the OS, which they are developed with)

It is often reported that SWT is *not* faster on anything but Windows. SWT is modeled very much like the Windows GUI system, and that model apparently doesn't work well on other system architectures.

Swing is often perceived slow (but usually isn't), because people simply refuse to adhere to Swing's "single threading, but thou shall not block the EDT" programming model.

/Thomas
--
The comp.lang.java.gui FAQ:
http://gd.tuwien.ac.at/faqs/faqs-hierarchy/comp/comp.lang.java.gui/
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
.