((TopographyCreatorModel)panelModel).getScenario().updateCurrentStateSerialized();// casting should be safe her because in the other two modes (onlineVis and postVis), updateModel() won't be called because it's set to uneditable
}catch(IOExceptione){
ScenarioJPanel.setActiveJsonParsingErrorMsg("TOPOGRAPHY CREATOR tab:\n"+e.getMessage());// add name of scenario element?
ScenarioPanel.setActiveJsonParsingErrorMsg("TOPOGRAPHY CREATOR tab:\n"+e.getMessage());// add name of scenario element?
model.setScenarioNameLabel(scenarioName);// TODO [priority=low] [task=refactoring] breaking mvc pattern (?) - but I need access to refresh the scenarioName