Re: list of java guis
- From: Thomas Weidenfeller <nobody@xxxxxxxxxxxxxxxx>
- Date: Mon, 25 Sep 2006 10:20:37 +0200
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
.
- References:
- list of java guis
- From: phantom
- Re: list of java guis
- From: Joe
- list of java guis
- Prev by Date: A Simple jTextPane Problem
- Next by Date: Re: Changing JFrame components at runtime
- Previous by thread: Re: list of java guis
- Next by thread: Re: list of java guis
- Index(es):