Other |
---|
1.2.0 1.2fcsFixed |
Relates :
|
Now that AppContext has a dispose() method which interrupts threads and waits for them to exit, all per-AppContext AWT threads should exit gracefully when interrupted. Thus, their event-dispatching loops should check isInterrupted() and the InterruptedException from wait() should cause the run() method to return. This applies to the EventDispatchThread, PostEventQueue, and appletviewer event handler threads.
|