Design patterns to reduce coupling in Swing application

后端 未结 7 1795
刺人心
刺人心 2021-02-09 12:20

Hey all, I\'m currently working on a Java Swing application and I was looking for some guidence. The application is fairly small, but I\'m noticing that as the code base is grow

7条回答
  •  鱼传尺愫
    2021-02-09 13:20

    Yes. MVC is what you have to use. Here is a very good article about MVC and Swing:

    http://java.sun.com/products/jfc/tsc/articles/architecture/

提交回复
热议问题