Normand Briere
2019-08-22 0c7b833be7d86598a6813cd1c6db0ca9e1b17966
Globals.java
....@@ -1,9 +1,12 @@
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 ADVANCED = false; // false;
5
+
6
+ static boolean NIMBUSLAF = false; // false;
7
+
8
+ static boolean TOOLTIPS = true; // true;
9
+ static boolean DEBUG = false; // false
710
811 static iCameraPane theRenderer;
912