I'm not sure but I've heard that swing is the new GUI thingy they use nowadays but it's not as stable and compatible as awt. But most GUI programs I've seen import both. I actually don't know much about GUI. I tried the java oracle tutorial but it's only a basic overview of it. All other tutorials I found were sorta outdated so I was wondering if you guys know any better place to learn this? Should I buy a book?
4 replies to this topic
#1
Posted 28 October 2011 - 07:39 PM
|
|
|
#2
Posted 28 October 2011 - 07:49 PM
Here's a good read on the subject:
AWT vs Swing
I learned what I know about GUI's from:
A Visual Guide to Swing Components (Java Look and Feel) (The Java™ Tutorials > Graphical User Interfaces > Swing Features)
Lesson: Using Swing Components (The Java™ Tutorials > Creating a GUI With JFC/Swing)
Java Programming Notes
I also learned some from an old book I bought... I think it was Sams Teach Yourself Java 5 in 21 Days?
AWT vs Swing
I learned what I know about GUI's from:
A Visual Guide to Swing Components (Java Look and Feel) (The Java™ Tutorials > Graphical User Interfaces > Swing Features)
Lesson: Using Swing Components (The Java™ Tutorials > Creating a GUI With JFC/Swing)
Java Programming Notes
I also learned some from an old book I bought... I think it was Sams Teach Yourself Java 5 in 21 Days?
#3
Posted 28 October 2011 - 09:37 PM
Thanks lethal. For some reason, I missed those sections of swing from the Oracle tutorials. I'll check them out now.
Edit: I also heard about SWT. Should I learn that or is swing enough? I might just learn both awt and swing. And some programs have both. Is it possible to have components in one GUI from both, AWT, and Swing?
Edit: I also heard about SWT. Should I learn that or is swing enough? I might just learn both awt and swing. And some programs have both. Is it possible to have components in one GUI from both, AWT, and Swing?
#4
Posted 29 October 2011 - 01:20 AM
An Alien said:
Is it possible to have components in one GUI from both, AWT, and Swing?
#5
Posted 29 October 2011 - 11:29 AM
Alright, thanks guys.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









