From 66aca73cce89e4b4d7521862760edf4b0888bc38 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sat, 17 Aug 2019 20:45:38 -0400 Subject: [PATCH] Tree icons, tabbed pane + credits. --- Globals.java | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Globals.java b/Globals.java index 0b4407e..ab47916 100644 --- a/Globals.java +++ b/Globals.java @@ -1,13 +1,18 @@ public class Globals { - public static boolean DEBUG = false; - public static boolean ADVANCED = false; + static boolean NIMBUSLAF = false; // false; + + static boolean TOOLTIPS = true; // true; + static boolean ADVANCED = false; // false; + static boolean DEBUG = false; // false static iCameraPane theRenderer; private static boolean LIVE = false; + // Option to set saturation to 1 when choosing a color first + public static boolean AUTOSATURATE = true; public static boolean MINSHADER = false; public static boolean COMPUTESHADOWWHENLIVE = true; public static boolean RENDERSHADOW = true; -- Gitblit v1.6.2