| Article: |
Java Desktop Development | |
| Subject: | Swing isn't slow, but... | |
| Date: | 2004-03-11 00:40:56 | |
| From: | salimma | |
|
Response to: Swing isn't slow, but...
|
||
|
Err... Eclipse actually uses SWT to draw its GUI, so it does not prove anything.
|
||
Showing messages 1 through 1 of 1.
-
Swing isn't slow, but...
2004-05-19 04:33:11 qwerqwer [Reply | View]
It's Eclipse that's slow, not SWT. You won't see much of an improvement in native compiling a stand alone SWT app because most of the time is in the operating system already. Java is already JIT'd so that won't get much faster either. The only reason to native complie is to build a stand alone executable.




