Normand Briere
2019-09-10 5e1c410f8b99d246d1bbf828bbd8445bb716feeb
Globals.java
....@@ -1,9 +1,14 @@
11
22 public class Globals
33 {
4
- public static boolean TOOLTIPS = false;
5
- public static boolean ADVANCED = false;
6
- public static boolean DEBUG = false;
4
+ static boolean SHOWINFO = true;
5
+
6
+ static boolean ADVANCED = false; // false;
7
+
8
+ static boolean NIMBUSLAF = false; // false;
9
+
10
+ static boolean TOOLTIPS = true; // true;
11
+ static boolean DEBUG = false; // false
712
813 static iCameraPane theRenderer;
914
....@@ -15,7 +20,7 @@
1520 public static boolean COMPUTESHADOWWHENLIVE = true;
1621 public static boolean RENDERSHADOW = true;
1722
18
- public static boolean REPLACEONMAKE = false;
23
+ public static boolean REPLACEONMAKE = true; // false;
1924
2025 public static boolean MOUSEDRAGGED = false;
2126 public static boolean TIMERRUNNING = false;