summaryrefslogtreecommitdiff
path: root/altosui/AltosGraphUI.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-06-13 10:50:37 -0700
committerKeith Packard <keithp@keithp.com>2017-06-13 10:50:37 -0700
commite2fe220efe2ba375ddd925747a630c30c17d3bef (patch)
tree82146c438063c1df303aa4d9815247904a9636bf /altosui/AltosGraphUI.java
parent3f9b6d23e4e33a58c179f45ffd42211ab327d8c6 (diff)
altosuilib: Rename AltosGraphNew to AltosGraph
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosGraphUI.java')
-rw-r--r--altosui/AltosGraphUI.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/altosui/AltosGraphUI.java b/altosui/AltosGraphUI.java
index 9b47211d..f8408112 100644
--- a/altosui/AltosGraphUI.java
+++ b/altosui/AltosGraphUI.java
@@ -34,7 +34,7 @@ import org.jfree.ui.RefineryUtilities;
public class AltosGraphUI extends AltosUIFrame implements AltosFontListener, AltosUnitsListener
{
JTabbedPane pane;
- AltosGraphNew graph;
+ AltosGraph graph;
AltosUIEnable enable;
AltosUIMap map;
AltosFlightStats stats;
@@ -99,7 +99,7 @@ public class AltosGraphUI extends AltosUIFrame implements AltosFontListener, Alt
stats = new AltosFlightStats(flight_series);
- graph = new AltosGraphNew(enable, stats, flight_series);
+ graph = new AltosGraph(enable, stats, flight_series);
statsTable = new AltosFlightStatsTable(stats);