Which method of Swing API are thread-safe in Java?

Compiled By Unknown - No Comments
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.

Tags:

No Comment to " Which method of Swing API are thread-safe in Java? "