_prefs.putBoolean("useNativeFileDialogOnMac", useNativeFileDialogOnMac.isSelected());
_prefs.putBoolean("filechooserDisableRename", filechooserDisableRename.isSelected());
UIManager.put("FileChooser.readOnly", filechooserDisableRename.isSelected());
_prefs.putBoolean("useIEEEAbrv", useIEEEAbrv.isSelected());
if (useIEEEAbrv.isSelected())
Globals.journalAbbrev = new JournalAbbreviations("/resource/IEEEJournalList.txt");
try {
int port = Integer.parseInt(remoteServerPort.getText());
if (port != oldPort) {
_prefs.putInt("remoteServerPort", port);
/*JOptionPane.showMessageDialog(null, Globals.lang("You have changed the menu and label font size. "