// TODO: Make properties file Application.properties so we can use class
// name to generate properties file name.
_resources = new SquirrelResources(SquirrelResources.BUNDLE_BASE_NAME);
_prefs = SquirrelPreferences.load();
_desktopStyle = new DesktopStyle(_prefs);
Locale.setDefault(constructPreferredLocale(_prefs));
preferencesHaveChanged(null);
_prefs.addPropertyChangeListener(new PropertyChangeListener()
{
public void propertyChange(PropertyChangeEvent evt)