Insubstantial / insubstantial

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

Setting the Ribbon App Icon too frequently can cause deadlock #11

Closed shemnon closed 13 years ago

shemnon commented 13 years ago

If you update the application icon too frequently (more than 100hz between just two changes, not necessarily a sustained rate) you run the risk of deadlocking the app.

The solution is to place all of the change icon requests in a single threaded queue so the previous requests will end before the next request starts.