Java GUI Swing Model Explanation

前端 未结 7 1236
醉酒成梦
醉酒成梦 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:15

    Have you looked at the Java Swing Tutorial (click here)? It does a pretty good job of covering the basics of developing Swing applications.

提交回复
热议问题