FileOutputStream out =
new FileOutputStream(fileName);
// do not save -conf=true otherwise
// -conf <fileName starts the GUI again
propToSave.put(BootProfileImpl.CONF_KEY,"false");
propToSave.store(out, TITLE);
out.close();
outProp = propToSave;
//dispose();