@@ -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 {