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