From 7f48e8c536173c90443e14276692b16b8fb70cff Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 3 Mar 2025 19:03:49 -0700 Subject: [PATCH] altosui: handle another jfreechart 1.5.5 api change --- altosui/AltosGraphUI.java | 2 +- telegps/TeleGPSGraphUI.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/altosui/AltosGraphUI.java b/altosui/AltosGraphUI.java index 47ba3d42..777b6855 100644 --- a/altosui/AltosGraphUI.java +++ b/altosui/AltosGraphUI.java @@ -29,7 +29,7 @@ import org.altusmetrum.altosuilib_14.*; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart; -import org.jfree.ui.RefineryUtilities; +import org.jfree.chart.ui.UIUtils; public class AltosGraphUI extends AltosUIFrame implements AltosFontListener, AltosUnitsListener, AltosFilterListener { diff --git a/telegps/TeleGPSGraphUI.java b/telegps/TeleGPSGraphUI.java index e9fc6831..2b693bae 100644 --- a/telegps/TeleGPSGraphUI.java +++ b/telegps/TeleGPSGraphUI.java @@ -32,7 +32,7 @@ import org.altusmetrum.altosuilib_14.*; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart; -import org.jfree.ui.RefineryUtilities; +import org.jfree.chart.ui.UIUtils; public class TeleGPSGraphUI extends AltosUIFrame implements AltosFontListener, AltosUnitsListener, AltosFilterListener { -- 2.47.2