Swing and handling threads
Posted
by James P.
on Stack Overflow
See other posts from Stack Overflow
or by James P.
Published on 2010-06-05T11:29:43Z
Indexed on
2010/06/05
11:32 UTC
Read the original article
Hit count: 199
There's a couple questions here on StackOverflow on the subject of threading with the Swing api but things still aren't clear. What is the issue with the EDT, what is the proper way to initiate a Thread
with Swing and in what cases should it be used?
P.S: Any sources in terms of good practises would be appreciated.
© Stack Overflow or respective owner