Globals.java
.. .. @@ -1,8 +1,12 @@ 1 1 2 2 public class Globals 3 3 { 4 - public static boolean DEBUG = false;5 - public static boolean ADVANCED = 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; // false6 10 7 11 static iCameraPane theRenderer; 8 12