From 25cef97465f0bfa8959663754e9243006324c81c Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Wed, 01 May 2019 10:09:53 -0400 Subject: [PATCH] Nimbus L&F --- CameraPane.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/CameraPane.java b/CameraPane.java index 296ba69..f5d934c 100644 --- a/CameraPane.java +++ b/CameraPane.java @@ -4208,6 +4208,7 @@ com.sun.opengl.util.texture.Texture CompressTexture2(String name) { + new Exception().printStackTrace(); System.exit(0); com.sun.opengl.util.texture.Texture texture = null; @@ -13946,6 +13947,7 @@ public void run() { + new Exception().printStackTrace(); System.exit(0); for (;;) { @@ -15144,6 +15146,7 @@ void SelectParent() { + new Exception().printStackTrace(); System.exit(0); Composite group = (Composite) object; java.util.Vector selectees = new java.util.Vector(group.selection); @@ -15167,6 +15170,7 @@ void SelectChildren() { + new Exception().printStackTrace(); System.exit(0); /* Composite group = (Composite) object; @@ -16280,6 +16284,7 @@ { if (!selection) { + new Exception().printStackTrace(); System.exit(0); return; } -- Gitblit v1.6.2