parsNeu.complete();
dispose();
SimulationStarter.main(parsNeu.getAllParsArrayView());
} else if (arg0.getActionCommand().equals(START_MARB_BUILDER_STRING)) {
final ParCollection parsNeu = new ParCollection(params);
parsNeu.setMaster(new DefaultMasterEA().id());
parsNeu.setPlugins(new String[] {new EAPlugin().id()});
parsNeu.complete();
dispose();
SteuerFenster.main(StaticMethods.processStringAsCommandLineParameters(
parsNeu.parStrPlain().replace('\n', ' ')));