| Author |
Similar coding between Swing and SWT
|
Barry Andrews
Ranch Hand
Joined: Sep 05, 2000
Posts: 523
|
|
Hi, I downloaded Eclipse and started using it a few days ago; built a simple GUI with some controls, listeners, etc. using SWT. I would just like to know other developer's experiences with the API and architecture of SWT. As far as the API goes, it seems very similar to Swing? What are the nuances? Also I was very disappointed that there is no GUI builder. Or is there a plug-in? thanks, Barry
|
 |
Ko Ko Naing
Ranch Hand
Joined: Jun 08, 2002
Posts: 3178
|
|
I hope the plug-ins in this link might help you in developing GUI using Eclipse... I do belive that SWT is the some kinda revolution of Swing... Even though I've less amount of experience on it, I've heard from many sources like online articles and benchmarks that SWT stay a little bit ahead of Swing, since its evolution...
|
Co-author of SCMAD Exam Guide, Author of JMADPlus
SCJP1.2, CCNA, SCWCD1.4, SCBCD1.3, SCMAD1.0, SCJA1.0, SCJP6.0
|
 |
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
|
|
SWT plug-in http://www.eclipse-plugins.info/eclipse/plugins.jsp?category=UI http://www.eclipse-plugins.info/eclipse/plugins.jsp?category=UI+components
|
SCJA,SCJP,SCWCD,SCBCD,SCEA I
Java Developer, Thailand
|
 |
Ko Ko Naing
Ranch Hand
Joined: Jun 08, 2002
Posts: 3178
|
|
I've mentioned that link in above thread already... Kinda duplicated links... People sometimes used to collide their ideas... Anyway, the above link is good as for GUI plugin resource....
|
 |
Barry Andrews
Ranch Hand
Joined: Sep 05, 2000
Posts: 523
|
|
|
Thanks guys! I just downloaded the Jigloo plug-in from CloudGarden. I installed it and built a very simple Swing GUI in about 10 minutes. Very impressive!
|
 |
 |
|
|
subject: Similar coding between Swing and SWT
|
|
|