.. | .. |
---|
1 | 1 | |
---|
2 | 2 | public class Globals |
---|
3 | 3 | { |
---|
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 |
---|
7 | 12 | |
---|
8 | 13 | static iCameraPane theRenderer; |
---|
9 | 14 | |
---|
.. | .. |
---|
15 | 20 | public static boolean COMPUTESHADOWWHENLIVE = true; |
---|
16 | 21 | public static boolean RENDERSHADOW = true; |
---|
17 | 22 | |
---|
18 | | - public static boolean REPLACEONMAKE = false; |
---|
| 23 | + public static boolean REPLACEONMAKE = true; // false; |
---|
19 | 24 | |
---|
20 | 25 | public static boolean MOUSEDRAGGED = false; |
---|
21 | 26 | public static boolean TIMERRUNNING = false; |
---|