// activate previous chosen static site -> this site has already been
// constructed and is thus in the cache
SiteInstance si = prevSite;
BornSiteInstance bs = siteToBornSite.get(si);
// bs != null since clicked previously
GuiStack gsh = bs.getGuiStackHandle();
doActivateSite(si, gsh);
} // else just remove the dtabs
delt.dispose();//dispose tab and controllers in tab
}
}