java - Design patterns to reduce coupling in Swing application -
All of that, I'm currently working on a Java swing application and I was looking for some guidance. This application is quite small, but I am seeing that the code base is getting bigger, so I have very coupling in my object graph. I'm relatively new to swing, but I'm programming for a long time to know where it is.
My biggest problem is establishing my event handling. How should my child's windows and objects communicate without my reference to my high level objects? I have done an appropriate amount of MVC web coding. Can this pattern lend itself well? Should I make my controller? I think I'm just catching fish for patterns that people have found useful work with swing.
Thank you in advance for your help.
The best way to reduce coupling is by a GUI, I think, using an event bus I
Just and you will get
If you use your GUI, you may want to see it once more.
Comments
Post a Comment