From: Bdale Garbee Date: Tue, 4 Mar 2025 02:03:49 +0000 (-0700) Subject: altosui: handle another jfreechart 1.5.5 api change X-Git-Tag: 1.9.20~1^2~11 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=7f48e8c536173c90443e14276692b16b8fb70cff;p=fw%2Faltos altosui: handle another jfreechart 1.5.5 api change --- 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 {