Skip to content

Instantly share code, notes, and snippets.

@sontx
Created April 8, 2016 11:18
Show Gist options
  • Save sontx/25f99e6c7b6473d0ab5999400fe25fb9 to your computer and use it in GitHub Desktop.
Save sontx/25f99e6c7b6473d0ab5999400fe25fb9 to your computer and use it in GitHub Desktop.
public static void setSystemLookAndFeel() {
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (ClassNotFoundException | InstantiationException | IllegalAccessException
| UnsupportedLookAndFeelException e) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment