Globals.java
.. .. @@ -1,9 +1,11 @@ 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 NIMBUSLAF = false; // false;5 +6 + static boolean TOOLTIPS = true; // true;7 + static boolean ADVANCED = false; // false;8 + static boolean DEBUG = false; // false7 9 8 10 static iCameraPane theRenderer; 9 11