Java GUI Swing Model Explanation

前端 未结 7 1249
醉酒成梦
醉酒成梦 2021-02-01 23:31

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

7条回答
  •  面向向阳花
    2021-02-02 00:10

    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.

提交回复
热议问题