Normand Briere
2019-09-10 5e1c410f8b99d246d1bbf828bbd8445bb716feeb
Globals.java
....@@ -1,10 +1,13 @@
11
22 public class Globals
33 {
4
+ static boolean SHOWINFO = true;
5
+
6
+ static boolean ADVANCED = false; // false;
7
+
48 static boolean NIMBUSLAF = false; // false;
59
610 static boolean TOOLTIPS = true; // true;
7
- static boolean ADVANCED = false; // false;
811 static boolean DEBUG = false; // false
912
1013 static iCameraPane theRenderer;
....@@ -17,7 +20,7 @@
1720 public static boolean COMPUTESHADOWWHENLIVE = true;
1821 public static boolean RENDERSHADOW = true;
1922
20
- public static boolean REPLACEONMAKE = false;
23
+ public static boolean REPLACEONMAKE = true; // false;
2124
2225 public static boolean MOUSEDRAGGED = false;
2326 public static boolean TIMERRUNNING = false;