MVC « JInternalFrame « Java Swing Q&A





1. Java MVC & Composite Design Pattern With Internal Frames    stackoverflow.com

Still wondering the best way to do Model-View-Controller Software Architecture, Do I pass the Controller into the View, or do I use the Observer Design Pattern and let the Controller Observe ...