Explorar o código

lookandfeel test

Kevin Trometer %!s(int64=8) %!d(string=hai) anos
pai
achega
c2e9a8b681
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(UIManager.getSystemLookAndFeelClassName());
+			UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");//UIManager.getSystemLookAndFeelClassName());
 		} catch (ClassNotFoundException | InstantiationException | IllegalAccessException
 				| UnsupportedLookAndFeelException e) {
 			// TODO Auto-generated catch block