*/
private void tryInitializeDocks() {
// only initialize if all information for docking is available
if (docking == null && parentWindow != null &&
viewMenuItem != null && mainComponent != null) {
docking = new ScenarioAreasDocking(parentWindow, mainComponent, viewMenuItem);
}
}