|
SayoMarvel (m)
|
which is better awt or swing
|
|
|
|
|
|
zillonnair (m)
|
Depends on what you are aiming to achieve, i mean the look and feel of your buttons and co, some people prefer awt probably because of java version problems and for some other reasons, but i personally love swings,
|
|
|
|
|
|
IG
|
I think swing is meant to be a replacement for AWT. I suggest you use swing.
|
|
|
|
|
|
|
|
darth
|
Funny I tot AWT was already extinct, true it's still included in jdk distributions but that's just for backward compatibility.
Anyways, Swing is the current graphic API supported by Sun, but like the previous post said, you could try out SWT which I hear is better than Swing but it's an open source graphical package that plugs into the eclipse IDE.
|
|
|
|
|
|
SayoMarvel (m)
|
Please I need more information on SWT. Is it in JDK 1.3? How will i call it in my code. then its numeclature e.g JButton, JCheckboxMenuItem as we use in Swing.
|
|
|
|
|
|