diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index c8dfb01e4..de9ac1ab6 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -133,15 +133,15 @@ public class Base { initPlatform(); - // Set the look and feel before opening the window - try { - platform.setLookAndFeel(); - } catch (Exception e) { - System.err.println("Non-fatal error while setting the Look & Feel."); - System.err.println("The error message follows, however Processing should run fine."); - System.err.println(e.getMessage()); - //e.printStackTrace(); - } +// // Set the look and feel before opening the window +// try { +// platform.setLookAndFeel(); +// } catch (Exception e) { +// System.err.println("Non-fatal error while setting the Look & Feel."); +// System.err.println("The error message follows, however Processing should run fine."); +// System.err.println(e.getMessage()); +// //e.printStackTrace(); +// } // Use native popups so they don't look so crappy on osx JPopupMenu.setDefaultLightWeightPopupEnabled(false); @@ -153,11 +153,7 @@ public class Base { initRequirements(); // run static initialization that grabs all the prefs -// try { Preferences.init(null); -// } catch (Exception e) { -// e.printStackTrace(); -// } if (Base.isMacOS()) { String fiasco = "apple.laf.useScreenMenuBar"; @@ -175,7 +171,8 @@ public class Base { "
Due to an Apple bug, the Processing menu bar is " + "unusable when run on Mac OS X 10.5 (Leopard). " + "As a workaround, the menu bar will be placed inside " + - "the editor window.
" + + "the editor window. This setting can be changed in the " + + "Preferences window." + "