Globals.java
.. .. @@ -1,9 +1,12 @@ 1 1 2 2 public class Globals 3 3 { 4 - public static boolean TOOLTIPS = false;5 - public static boolean ADVANCED = false;6 - public static boolean DEBUG = false;4 + static boolean ADVANCED = false; // false;5 +6 + static boolean NIMBUSLAF = false; // false;7 +8 + static boolean TOOLTIPS = true; // true;9 + static boolean DEBUG = false; // false7 10 8 11 static iCameraPane theRenderer; 9 12