T
temp2
Hello,
I've done some Java in the past. I don't remember ever having to worry
about updating a control from a thread other than the one that created
it. In C# you have to jump throught a bunch of hoops to with Invoke/
BeginInvoke or use tricks with BackgroundWorker. I don't remember
having to do this with Java. Java runs is in a "managed" environment
like C#. Is it because Swing is thread safe?
TIA
I've done some Java in the past. I don't remember ever having to worry
about updating a control from a thread other than the one that created
it. In C# you have to jump throught a bunch of hoops to with Invoke/
BeginInvoke or use tricks with BackgroundWorker. I don't remember
having to do this with Java. Java runs is in a "managed" environment
like C#. Is it because Swing is thread safe?
TIA