Results 1 to 3 of 3
- 10-08-2012, 07:21 PM #1
Member
- Join Date
- Oct 2012
- Posts
- 31
- Rep Power
- 0
The main diffrences Between AWT and Swing
Alright so I am sorta new to programing and even newer to the Java language. So I was wondering what is the primary diffrences between AWT components and Swing Components. I was wondering because I am pretty sure when i use netBean it uses swing but i am currently going through a tutorial that uses AWT
- 10-08-2012, 08:07 PM #2
Re: The main diffrences Between AWT and Swing
I would think that a google search of "java awt" and "java Swing" or even "java awt vs Swing" would give you much better explanations than any of us could give you.
But the gist is this: AWT is older and uses native resources. Swing is built on top of AWT and uses lightweight resources. For most things, you'll want to be using Swing.How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 10-09-2012, 12:03 AM #3
Member
- Join Date
- Oct 2012
- Posts
- 31
- Rep Power
- 0
Re: The main diffrences Between AWT and Swing
Alright thanks for your help I never thought of googling it and for anyone else wondering here is a pretty good website that explains it pretty well even including a list of pros and cons for both AWT vs Swing
Similar Threads
-
Exception in thread main java.lang.nosuchmethoderror main
By prikesh_joshi7 in forum Java AppletsReplies: 3Last Post: 01-26-2012, 04:19 PM -
Exception in thread “main.java,lang.NoSuchMethodError:main
By femily in forum New To JavaReplies: 1Last Post: 11-23-2011, 05:52 AM -
Making an object of main and running a thread in main
By Grimmjow in forum New To JavaReplies: 1Last Post: 01-23-2011, 05:19 PM -
[SOLVED] Why main() in java is declared as public static void main?
By piyu.sha in forum New To JavaReplies: 5Last Post: 10-06-2008, 12:11 AM -
exception in thred main java.lang.nosuchmethoderror: main
By fernando in forum Java AppletsReplies: 1Last Post: 08-06-2007, 09:11 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks