Home » Unlabelled » In what context should the value of Swing components be updated directly? | Java Swings
Sunday, 19 February 2012
In what context should the value of Swing components be updated directly? | Java Swings
Swing components should be updated directly only in the context of callback methods invoked from the event dispatch thread. Any other context is not thread safe.
No comments:
Post a Comment