initTransferFocusOnMinimize( controller );
frontend = factory.createFrontend( access, controller );
frontend.setOwner( window );
frontend.setMissingDockableStrategy( new MissingDockableStrategy(){
public boolean shouldStoreHidden( String key ) {
return shouldStore( key );
}
public boolean shouldStoreShown( String key ) {
return shouldStore( key );