Click to See Complete Forum and Search --> : Gui Help please
BrutusUnix
10-10-2007, 09:25 AM
I'm trying to learn how to create a gui app with list to display and change. I can create the program without gui. But I'm lost on the whole qui idea.
anyone know a good tutorial site. with code not text. I don't learn from talking about it just reading code.
thanks
Khalid Ali
10-10-2007, 12:59 PM
look for java swing tutorials on google or on java.sun.com
Chikara
10-11-2007, 02:23 PM
The swing class is where it's at!
Try to master basic layouts before you start trying to create your own. I recommend you stay away from tables until you have a solid understanding of the layouts and other swing components.
Sun does a GREAT job of documenting their classes. For JDK 6 documentation please refer to this website.
http://java.sun.com/javase/6/docs/
Book mark that for reference about any standard class in java!
Here is a link to the swing class documentation.
http://java.sun.com/javase/6/docs/technotes/guides/swing/index.html