I\'ve been working with Swing for a while now but the whole model/structure of JFrames, paint(), super, etc is all murky in my mind. I nee
JFrame
paint()
super
Filthy Rich Clients by Chet Haase and Romain Guy is a great book about Java UI. It covers some more advanced stuff too, but introduction and few first chapters explain fundamental things well.