Advertisement
xlrnxnlx

LookAndFeel(OS)

Feb 27th, 2014
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. try {
  2.    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
  3.    SwingUtilities.updateComponentTreeUI(this);
  4. } catch (ClassNotFoundException | InstantiationException | IllegalAccessException | UnsupportedLookAndFeelException e) {
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement