Hello, first I want to apologize about my english, it may not be clear enough.
Well, I'm new to Java programming, and I've searched this website about the 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 proper term).
Previous answers guided me to Filthy Rich Clients by Romain Guy and also to The Swing Tutorial on Sun Web Page. No offense, but...the first one seems too complex and the second one a bit disorganized.
So I'm asking for a more "for dummies" resource.
Thanks
EDIT: Thanks everybody, you're very kind and serious. I want to clear some things that I didn't state for being my first question.
I don't want to use auto-generated 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