52535455565758
} // TODO confirm? Messages.setLocale(locale); PropertiesManager.setProperty("language", Languages.getName(locale)); SwingUtilities.getWindowAncestor(comp).dispose(); new MainFrame().setVisible(true); }
54555657585960616263
UIManager.setLookAndFeel(laf); } catch (UnsupportedLookAndFeelException e) { LOGGER.exception("Error setting look and feel", e); } LOGGER.info("Starting Duplicate Detector"); new MainFrame().setVisible(true); } }); }