if the GUI was sure build by EDT does a repaint call on some other Thread invoke painting on the EDT? if not, how do i make sure it does, the more efficient the better.
feedback
|
|
Basically method Have to look at Swing Timer, which providing basic funkcionalities for painting in the Swing or delaying any event(s) in the Swing GUI , If your update(s) isn't about Graphics then you can invoke EDT by wrapping output to the Swing GUI to the | |||
|
feedback
|