MVC « Menu « Java Swing Q&A





1. "MVC" and controlling a jMenubar depending on selected jTabbedpane from a "Control" class    stackoverflow.com

Right so I know my code/structure is pretty messy, I've not done MVC before and I'm pretty sure I've done it wrong anyway. I want to be able to "control" the ...

2. How to integrate a JMenuBar in an MVC architecture in Java?    stackoverflow.com

I'm using this tutorial to build an application using the MVC architecture : http://www.oracle.com/technetwork/articles/javase/index-142890.html. But I'm not sure how or where should I put the code to build and ...