Normand Briere
2019-09-22 e96132853038f55cdb6e27f116852cff0e813f00
Globals.java
....@@ -1,9 +1,16 @@
11
22 public class Globals
33 {
4
- public static boolean TOOLTIPS = true; // false;
5
- public static boolean ADVANCED = false;
6
- public static boolean DEBUG = false;
4
+ static boolean WALK = false;
5
+
6
+ static boolean SHOWINFO = true;
7
+
8
+ static boolean ADVANCED = false; // false;
9
+
10
+ static boolean NIMBUSLAF = false; // false;
11
+
12
+ static boolean TOOLTIPS = true; // true;
13
+ static boolean DEBUG = false; // false
714
815 static iCameraPane theRenderer;
916
....@@ -15,7 +22,7 @@
1522 public static boolean COMPUTESHADOWWHENLIVE = true;
1623 public static boolean RENDERSHADOW = true;
1724
18
- public static boolean REPLACEONMAKE = false;
25
+ public static boolean REPLACEONMAKE = false; // false;
1926
2027 public static boolean MOUSEDRAGGED = false;
2128 public static boolean TIMERRUNNING = false;