Home » Unlabelled » In what context should the value of Swing components be updated directly? | Core Java
Tuesday, 14 February 2012
In what context should the value of Swing components be updated directly? | Core Java
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