This question is again related to swing and thread-safety, though components are not thread-safe there are certain method which can be safely call from multiple threads. I know about repaint(), and revalidate() being thread-safe but there are other methods on different swing components e.g. setText() method of JTextComponent, insert() and append() method of JTextArea class.
Subscribe to:
Post Comments
(
Atom
)
No Comment to " Which method of Swing API are thread-safe in Java? "