Insubstantial / insubstantial

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

Change Command Button Icons Leaks Memory #76

Closed shemnon closed 12 years ago

shemnon commented 12 years ago

When changing the icon on a command button (such as in the applicaiton button in the ribbon) the BasicCommandButtonUI can hang onto the old icons via asynchronous loading listeners. We need to trim those on UI uninstall and whenever the icons change.