Java – which library better for faster java application swt or swing

javaswingswt

which library better for faster java application swt or swing?

Best Solution

Several years ago Swing was slow so SWT was developed to make native API calls on systems. However, Swing performance has greatly improved and this is no longer the case. SWT is non-standard, while Swing is officially part of the Java spec. JavaFX will also be built on top of Swing. Unless your job requires writing Eclipse plugins, I would use Swing.

To see a really good app developed in Swing, take a look at Jetbrain's Java IDE. You can try it for 30 days.

http://www.jetbrains.com/idea/

Of course, Sun's Netbeans is a pure Swing app too and it's free.

http://www.netbeans.org/