@Override
public void contentRemoved(WindowSectionEvent evt) {
WindowSection winSec = evt.getSource();
if (winSec.getActiveContent() == null) {
SectionPosition pos = appWin.getSectionPosition(winSec);
if (pos == null) {
return;
}
switch (pos) {
case WEST: