Are Java Swing Components Threaded?

Posted by Trizicus on Stack Overflow See other posts from Stack Overflow or by Trizicus
Published on 2010-03-19T02:54:49Z Indexed on 2010/03/19 3:01 UTC
Read the original article Hit count: 183

Filed under:
|
|
|

For example if I extend a JLabel or a JButton is it threaded or do I need to implement my own Runnable?

© Stack Overflow or respective owner

Related posts about java

Related posts about swing