Controller « Development « Java Swing Q&A





1. How to switch & add views inside a Navigation Controller (DetailView or nib)    stackoverflow.com

The DetailView is inside a Navigation Controller, it's data source from a .plist file, sometimes called "Data driven UI". This Navigation Controller is inside a TabBar working fine. Because ...

2. Java Swing Desktop App Example controller or manager?    stackoverflow.com

Ok I have done alot of small java apps so im a bit lost on how I want/should do this. I have Pharma Return program I wrote in php. I ...

3. Controller class??    coderanch.com

Hello, all! I'm trying to develop a swing-app, a dicegame(yatzy). Classes: Player, PlayField, Die, ScoreBoard, ThrowResult, HighScore, various JButtons, ResultComputer, PlayTable(JFrame), and GameController. I need a tip or two on how to take the best object-oriented approach. The tricky part is not the inheritance part or aggregation. The keyword seems, to me anyway, to be GameController. I mean, without it, you ...

4. Information on Controller    coderanch.com

Hello everyone, I'm fairly new to Swing, only coded 2 UIs so far (what a pain it was). Can someone show me a "small" code example of how a Controller interacts with the View? I'm trying to implement the MVC into my project. I think I have a pretty good idea on how the Model works, in that the Controller would ...

5. Best GUI/app controller for an SOA solution    coderanch.com

Hello. What is the best solution for the client GUI in an SOA application. I know that UI is independent from SOA, but I'm wondering if some technologies are better than other regarding to the integration in a SOA solution (for example, in a loose coupled solution with an enterprise service bus) , GWT, Struts, JSF, or others...? Thank you!

7. GUI and Controllers    forums.oracle.com

Hello check out these these screen shots, to get a better view google photos click on the screen shot album [http://picasaweb.google.com.au/LeeHarvey2009] the add CD item button is meant to envoke the additemCD() method but pulls up that debug tab... whats the right sequence...am i going about this in the right way how does the addItem method communicate back to gui components ...