File prefsFile = new File(preferencesDirectory(), PREFERENCES_NAME_OLD);
if (prefsFile.exists()) {
ExtendedProperties ep = new ExtendedProperties();
try {
ep.load(new FileInputStream(prefsFile));
Preferences prefEditor = Preferences.userRoot().node(
CAYENNE_PREFERENCES_PATH).node(EDITOR);
prefEditor.putBoolean(