// Init look and feel afterwards to ensure that Swing takes into account
// default locale change
getUserPreferences();
initLookAndFeel();
try {
this.autoRecoveryManager = new AutoRecoveryManager(this);
} catch (RecorderException ex) {
// Too bad we can't retrieve homes to recover
ex.printStackTrace();
}
if (OperatingSystem.isMacOSX()) {