| Author |
Eclipse dosn't supports AWT or Swing??
|
Awais Bajwa
Ranch Hand
Joined: Jan 16, 2001
Posts: 190
|
|
Hello All, I am bit confused by the IBM SWT. My question is that If i am working in Eclipse or WSSAD 5.0 then my GUI based applicaiton will be using SWT by default if i am using DND features of Studio??? in this way we have to restrict ourselves with SWT and not to use Swing ? Kindly comment on this. Regards Awais Bajwa
|
 |
Stelian Iancu
Greenhorn
Joined: Feb 20, 2002
Posts: 21
|
|
|
AFAIK, the GUI Builder in WSAD 5.0 only knows AWT and Swing for now, no SWT. So son't worry, your GUI will be AWT or Swing :-) (altough I don't see any problem with SWT).
|
--<br />Linux registered user 287835<br /> <br />Be different. Think.
|
 |
Ed Burnette
Author
Ranch Hand
Joined: Jun 10, 2003
Posts: 142
|
|
|
Eclipse itself is coded using SWT, and so are its plugins. However, you can use its Java Development tools to develop your own applications that call Swing, AWT, SWT, or anything else you want including non-gui console and servlet apps.
|
Ed Burnette, Author of Hello Android
Blog: ZDNet's Dev Connection - Twitter: @eburnette
|
 |
 |
|
|
subject: Eclipse dosn't supports AWT or Swing??
|
|
|