From e95b3cab0e5024c88f41227ca8458f3c4551b8ba Mon Sep 17 00:00:00 2001 From: Albert Cardona Date: Fri, 17 Apr 2009 11:54:20 -0400 Subject: [PATCH] Disabled Nimbus L&F completely. Fails without notice or reason. --- ini/trakem2/ControlWindow.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ini/trakem2/ControlWindow.java b/ini/trakem2/ControlWindow.java index caaeefa6..e98700a0 100644 --- a/ini/trakem2/ControlWindow.java +++ b/ini/trakem2/ControlWindow.java @@ -77,6 +77,7 @@ public class ControlWindow { Loader.setupPreloader(this); if (IJ.isWindows() && isGUIEnabled()) StdOutWindow.start(); Display3D.init(); + /* // Nimbus looks great but it's unstable: after a while, swing components stop repainting, throwing all sort of exceptions. if ("albert".equals(System.getProperty("user.name"))) { try { UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel"); @@ -88,6 +89,7 @@ public class ControlWindow { IJError.print(e); } } + */ } } -- 2.11.4.GIT