Normand Briere
2019-08-18 480ad70047e54b2b92f974e6c2ac5a6c0bdc5a5c
Globals.java
....@@ -1,8 +1,11 @@
11
22 public class Globals
33 {
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; // false
69
710 static iCameraPane theRenderer;
811