1. Java: How can I wait for the updateUI? stackoverflow.comI was doing a demo on the ChessBoard Game.I guess you must know it.How ever I meet with a problem.The result just show to quickly.I want to see how it works ... |
2. JPanel within JPanel and updateUI coderanch.com |
3. JPanel within JPanel and updateUI coderanch.comHi Mulyadi, I don't think it is a good idea to keep removing and adding widgets. It usually drives users crazy and can probably be done without the adding and/or deleting. If you are asking whether you should call UpdateUI to change to contents of a panel then the answer is NO. UpdateUI is for changing look-and-feel not repainting components. You ... |