Threads. I feel they should go away in a clean manner.
Ok. Well, I am curious as to how to make a Frame go away gracefully. (not a setVisible thing)
Often I see examples use System.exit(0). However, System.exit(int) makes everything go away abruptly. I'd like all the threads to go away gracefully.
Perhaps I would understand better if I knew what
thread it is the Frame is using to capture the GUI input events. The Frame must be looping, capturing the events, and handling them.
Thoughts?
Thanks
Michael
[This message has been edited by Michael Finney (edited July 10, 1999).]