Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- try {
- UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
- SwingUtilities.updateComponentTreeUI(this);
- } catch (ClassNotFoundException | InstantiationException | IllegalAccessException | UnsupportedLookAndFeelException e) {
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement