Re: A proper way to close Frame in multi-threaded environment



nukleus wrote:

Well, the whole thing is simple. How do you close the frame properly?
Is it enough to just call dispose()?

As far as I know, yes.


And what happens to a worker thread that frame might have created?

Nothing. If you want the thread to die at the same time (more or less) as the
frame then you'll need explicit code somewhere to /tell/ it to die.

-- chris


.



Relevant Pages