Design patterns to reduce coupling in Swing application

后端 未结 7 1802
刺人心
刺人心 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/

    0 讨论(0)
提交回复
热议问题