| [news.eclipse.platform.swt] Re: Using SWT/JFace to build Fat-Client App |
Swing's API is much more flexible, richer and follows the MVC paradigm.
This is definitely true.
SWT is more basic and thus you must implement more supporting classes.
JFace helps, but is not Swing. Also, you are not allowed to subclass SWT widgets, while you can subclass Swing widgets. You have to do more under SWT than you have to do under Swing.
Because SWT lacks a few features, a started a little open source project named SWT MVC Wrapper (http://swtmvcwrapper.sourceforge.net). Its still alpha though.
Its sad that there is not a real, powerfull and fast GUI API for Java. This is why Java never took off as a platform for GUI building...
Dave -- Dave Orme Advanced Systems Concepts http://www.swtworkbench.com