Normand Briere
2019-08-19 22e8ab6479334206f97b0093f6c5ffd14610cce3
Globals.java
....@@ -1,9 +1,11 @@
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 NIMBUSLAF = false; // false;
5
+
6
+ static boolean TOOLTIPS = true; // true;
7
+ static boolean ADVANCED = false; // false;
8
+ static boolean DEBUG = false; // false
79
810 static iCameraPane theRenderer;
911