116117118119120121122123124125126
{ if (!SystemUtils.IS_OS_MAC) return; try { UIManager.setLookAndFeel(new MacLookAndFeel()); } catch (Exception e) { LOG.log(Level.SEVERE, Strings.error("unhandled.exception"), e); } }