From 5892f05411c3d4dce2d8a59e0966dc2e1843a971 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sat, 17 Aug 2019 08:33:35 -0400 Subject: [PATCH] Fix L&F nimbus too slow. --- ClickInfo.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ClickInfo.java b/ClickInfo.java index a73de9f..8966a67 100644 --- a/ClickInfo.java +++ b/ClickInfo.java @@ -12,6 +12,7 @@ ClickInfo() { bounds = new Rectangle(); + //System.out.println("CLICKINFO"); } static final int kCamera = 1; @@ -26,6 +27,10 @@ double toScreen[][]; iCameraPane pane; Graphics g; + int DX, DY; + float W = 1; + + double scale; // Distance from clicked point to origin static double matbuffer[][] = new double[4][4]; } -- Gitblit v1.6.2