Results 1 to 2 of 2
Thread: New to Java: Learning GUI
- 05-25-2013, 09:15 PM #1
Member
- Join Date
- May 2013
- Location
- Perth, WA
- Posts
- 1
- Rep Power
- 0
- 05-25-2013, 11:42 PM #2
Senior Member
- Join Date
- Jan 2013
- Location
- Northern Virginia, United States
- Posts
- 6,226
- Rep Power
- 15
Re: New to Java: Learning GUI
In my opinion, GUI's and/or Graphics programming are simply was of obtaining or displaying information. Instead of printing out a bunch of x,y coordinates you draw a figure. Instead of prompting for input from a console, you use a text field. But you still need to be familiar with the underlying data structures such as Lists, Maps, and Sets. So I would make certain you learn all the basic stuff first. Then you can learn about event handling, threads, and Swing. It will make your GUI writing much easier. Check out the tutorials in my signature for more info.
Regards,
JimThe JavaTM Tutorials | SSCCE | Java Naming Conventions
Poor planning on your part does not constitute an emergency on my part
Similar Threads
-
Java Learning
By JTUS in forum New To JavaReplies: 2Last Post: 12-12-2011, 12:30 AM -
hi guys help me please . Learning from pdf is good or learning from book ?
By funkygarzon in forum New To JavaReplies: 12Last Post: 06-14-2011, 04:55 PM -
Learning Java...
By Learning Java in forum New To JavaReplies: 2Last Post: 09-24-2010, 09:03 PM -
Pls Help me in learning Java
By SimranK in forum New To JavaReplies: 6Last Post: 06-24-2010, 07:44 PM -
Learning Java
By jjoshua2 in forum New To JavaReplies: 2Last Post: 12-20-2008, 02:46 AM
Bookmarks