Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: awt vs swing ---when you use awt and swing???

  1. #1
    Member
    Join Date
    Mar 2013
    Posts
    67
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default awt vs swing ---when you use awt and swing???

    here what i know:

    swing = you use swing if you want to create button, radio button, input etc....

    -awt is old verson and swing is new version.

    -best way to create create game like mario. than u use awt bc no need for swing.button. u can paint ur own buttons

    -best way to create board game like chess. than u use swing bc you can use create grid etc...



    thats all i got. let me know if iam missing importing point when you use awt and swing.


  2. #2
    Senior Member PhHein's Avatar
    Join Date
    Mar 2013
    Location
    Germany
    Posts
    609
    My Mood
    Sleepy
    Thanks
    10
    Thanked 93 Times in 86 Posts

    Default Re: awt vs swing ---when you use awt and swing???


  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: awt vs swing ---when you use awt and swing???

    than u use awt bc no need for swing.button. u can paint ur own buttons
    Word of advice - using proper grammar. The sentence above is that much harder to understand to native English speakers, let alone non-native English speakers. I do presume of course, that you want the widest audience to understand your posts.

Similar Threads

  1. OpenGL with Swing/AWT/ whatever Java gui
    By Lablabla in forum AWT / Java Swing
    Replies: 1
    Last Post: May 4th, 2012, 09:15 AM
  2. [SOLVED] Do we need AWT to learn Swing? + One more question
    By beer-in-box in forum AWT / Java Swing
    Replies: 22
    Last Post: September 6th, 2011, 07:30 AM
  3. IE browser in Java swing/AWT Frame
    By gafaec in forum AWT / Java Swing
    Replies: 0
    Last Post: April 10th, 2011, 05:16 AM
  4. IE browser in Java swing/AWT Frame
    By gafaec in forum Java Native Interface
    Replies: 0
    Last Post: April 9th, 2011, 05:16 AM
  5. simple game with swing and awt problem
    By Pulse_Irl in forum AWT / Java Swing
    Replies: 2
    Last Post: October 12th, 2010, 02:04 PM