update method « Development « Java Swing Q&A





1. update() method problem in Observer interface    coderanch.com

Hello All, This is one of the most strange problems that I'm experiencing right now. I have designed a gui based app made in swing with MVC pattern. To implement mvc practices, I have used Observer and Observable combination. Just for the ease of UI designing, I made use of jbuilder 7 and then with the passage of time I started ...

2. Update Method inside a GUI?    java-forums.org

Hey all, this question seems so simple yet I haven't done anything like this before and the answer is currently eluding me... I have built a game of Texas Holdem in the command line and am now trying to apply this to a GUI (my first). I've made a simple GUI with the buttons, text fields, etc and I am in ...