Hi Beni,
thanks a lot for this wonderful framework!
I think in FlapDockStation there is a memory leak. I’m using the EclipseTheme. The version is 1.1.1p6e.
In BasicButtonDockTitle
behavior.setDockable( dockable );
is called. There in ButtonContentValue the dockable is added to the listener list of content which is FlapDockStation.BUTTON_CONTENT which wraps ButtonContent.THEME_DEPENDENT. The dockables are added to the static THEME_DEPENDENT but they are never removed again.
I noticed this with FlapDockStations only.
Can you confirm this? Or am I using the framework in a wrong way?