Differences between updateUI and repaint methods
843807Jul 29 2010 — edited Jul 29 2010I'm a little confused by the methods updateUI() and repaint(). What's the detail differences between them, and in what situation I should invoke updateUI(), and in what situation I should use the other?
And how to force swing to invoke paint() method immediately?