is there a Java GUI for dummies ?

Posted by MHero on Stack Overflow See other posts from Stack Overflow or by MHero
Published on 2010-03-11T06:39:05Z Indexed on 2010/03/11 19:54 UTC
Read the original article Hit count: 171

Filed under:
|
|

Hello, first I want to apologize about my english, it may be not clear enough.

Well, I'm new to Java programming, and I search over this web about use of Swing, AWT, 2D, etc. but I didn't get the answer I was looking for. I want to know about a book or method to learn Java GUI programming (not even sure this is a propper term).

Previous answers guide me to Filthy Rich Clients by Romain Guy and also to The Swing Tutorial in Sun Web Page. and No offense, but...the first one seems too complex and the second one a bit disorganize.

so I ask about a more "for dummies" method.

Thanks

EDIT: Thanks everyboy, you're very kind and serious. I want to clear some things that I didn't state for being my first question.

I dont' want to use autogenerated code(Don't want to say why only focus on my question for consistency) Also I've read Deitel & Deitel and it's a good beginners book but it seems to me that doesn't cover layout(and other details)

Finally, I tried to read netbeans generated code but it's a mess find method by method and function by function the way that the IDE does it

I hope this edition helps to solve my question

© Stack Overflow or respective owner

Related posts about java

Related posts about gui