@@ -773,6 +795,7 @@ public class ProjectView extends JFrame implements ProjectFinishedListener, Sing
model.setScenarioNamePanel(scenarioNamePanel);// TODO [priority=low] [task=refactoring] breaking mvc pattern (?) - but I need access to refresh the scenarioName
@@ -166,7 +169,7 @@ public class TextView extends JPanel implements IJsonView {
publicvoidsetScenarioContent(){
if(isEditable){
Stringjson=txtrTextfiletextarea.getText();// TODO [priority=medium] [task=bugfix] this can sometimes give the wrong text if an integer is added at the end of
Stringjson=textfileTextarea.getText();// TODO [priority=medium] [task=bugfix] this can sometimes give the wrong text if an integer is added at the end of
// random-seed in simulation tab, very weird, investigate...
if(json.length()==0)
return;
...
...
@@ -231,7 +234,7 @@ public class TextView extends JPanel implements IJsonView {