Skip to content

Instantly share code, notes, and snippets.

@alxlion
Last active April 8, 2016 20:07
Show Gist options
  • Save alxlion/6088316 to your computer and use it in GitHub Desktop.
Save alxlion/6088316 to your computer and use it in GitHub Desktop.
Look and feel system UI
try {
UIManager.setLookAndFeel(
UIManager.getSystemLookAndFeelClassName());
}
catch (UnsupportedLookAndFeelException | ClassNotFoundException |
IllegalAccessException | InstantiationException e) { e.printStackTrace();}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment