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
MVC !!! Then you can use also a variant of Observer called Publish/Subscribe in order to implement the event flow inside your app.