1. Applying the MVP pattern to JDialogs stackoverflow.comI'm writing a Swing application, and further to my previous question, have settled on using the Model-View-Presenter pattern to separate the user interface from the business logic. When my ... |