Java Swing Windows WIN10 Style

Java Swing Windows WIN10 Style
refer‮l:ot ‬autturi.com
try {
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (ClassNotFoundException 
	| InstantiationException | IllegalAccessException 
	| UnsupportedLookAndFeelException ex) {
    Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
}
Created Time:2017-09-30 22:00:45  Author:lautturi