1. try {
  2. UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
  3. } catch (Exception e) {
  4. System.out.println("Failed to load LookAndFeel");
  5. }