Re: A proper way to close Frame in multi-threaded environment
- From: "Chris Uppal" <chris.uppal@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 19 Jan 2007 11:58:14 -0000
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
.
- References:
- A proper way to close Frame in multi-threaded environment
- From: nukleus
- Re: A proper way to close Frame in multi-threaded environment
- From: Tom Hawtin
- A proper way to close Frame in multi-threaded environment
- Prev by Date: Re: Column numbers in stack trace - enhancement request
- Next by Date: Re: Non-blocking and semi-blocking Sockets class.
- Previous by thread: Re: A proper way to close Frame in multi-threaded environment
- Next by thread: Re: A proper way to close Frame in multi-threaded environment
- Index(es):
Relevant Pages
|