Design patterns to reduce coupling in Swing application

后端 未结 7 1800
刺人心
刺人心 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 12:59

    MVC !!! Then you can use also a variant of Observer called Publish/Subscribe in order to implement the event flow inside your app.

提交回复
热议问题