MVC « JFrame « Java Swing Q&A





1. Is it possible to define your own 'controller' in Window Builder for Eclipse?    stackoverflow.com

I would like to use Window Builder and use the MVC paradigm simultaneously. It is very messy with a complex window when Window Builder adds all the code to just one ...

2. mvc - adding views to main GUI frame    coderanch.com

3. MVC - new frames    coderanch.com

Hello, I have an application using MVC. The main frame has a couple of buttons on it. When clicked, an anonymus inner class forwards it to the controller it has a reference to to implement the behavior. But now I would like another frame to pop up when a button is clicked on the main frame. This frame also has a ...

4. Who should save window settings in Swing MVC?    coderanch.com

Hi, I'm writing an application (for my OCMJD) using Swing and MVC (using three distinct classes). I want to load and save the window state such as location and size when the application starts and stops. The settings are very specific to Swing and therefore wouldn't be suitable to keep it in the model so should this code be in the ...