properties.setProperty("readOnStartup", fbedit.getRASstate());
properties.setProperty("NoChecks", fbedit.getNoChecksState());
properties.setProperty("language", fbedit.getLanguage());
try {
FileOutputStream fos = new FileOutputStream(PROPERTIES_FILE);
properties.storeToXML(fos, "Properties for FBEditor");
fos.close();
} catch (FileNotFoundException filenotfoundexception) {
} catch (IOException ioexception) {
}
}