Insubstantial / insubstantial

Swing look-and-feel library and assorted widgets
193 stars 57 forks source link

Support orderly shutdown of animation and callback threads #18

Closed jerith666 closed 13 years ago

jerith666 commented 13 years ago

We need a way to shutdown the two threads started by TimelineEngine. They're keeping old ClassLoaders in memory and causing PermGen OOMEs in our application.

shemnon commented 13 years ago

If the threads shut down when there are no callbacks or timelines running, would that be sufficient?

jerith666 commented 13 years ago

Yes, this should do the trick. Thanks!