Comment 2 for bug 272460

Revision history for this message
mikeL (thabird) wrote :

Fix for Bug #272460
- added WindowAdapter
- on window close all running rippers are stopped
- StreamtasticFrame defaultCloseOperation set to DISPOSE_ON_CLOSE

IMPORTANT: This fix works only with StreamtasticFrame defaultCloseOperation set to DISPOSE_ON_CLOSE
-EXIT_ON_CLOSE is generally a bad idea, because it results in a call of System.exit() which stops the JVM immediately, thus the Swingworkers are interupted (Result: a few or all streamripper instances survive)