((IMEBNMediator)getMediator()).setSpecificSituationBayesianNetwork(null); // free any previous ssbn
}
// add/show popup
getMediator().getScreen().getUnbbayesFrame().addWindow(bnModule);
bnModule.setVisible(true);
bnModule.updateUI();
getMediator().getScreen().getUnbbayesFrame().repaint();
bnModule.repaint();
}
}