Skip to content

Instantly share code, notes, and snippets.

@kasramp
Created August 3, 2020 20:28
Show Gist options
  • Save kasramp/8422da710144fc6df800d9df82795f9e to your computer and use it in GitHub Desktop.
Save kasramp/8422da710144fc6df800d9df82795f9e to your computer and use it in GitHub Desktop.
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch(Exception e) {
//Your exception handling code.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment