Browse Source

lookandfeel reset

Kevin Trometer 7 years ago
parent
commit
afb0e10bd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ui/view/Main.java

+ 1 - 1
src/ui/view/Main.java

@@ -26,7 +26,7 @@ public class Main {
 		
 		// *Design
 		try {
-			UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");//UIManager.getSystemLookAndFeelClassName());
+			UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
 		} catch (ClassNotFoundException | InstantiationException | IllegalAccessException
 				| UnsupportedLookAndFeelException e) {
 			// TODO Auto-generated catch block