diff options
author | Keith Packard <keithp@keithp.com> | 2016-05-24 23:44:50 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-05-24 23:44:50 -0700 |
commit | 0d966b74f756e88e5dffa92400b105f540429262 (patch) | |
tree | 5d11b74ebb6e7ce0062d5713396f531bf2fcf4eb /altosui/AltosIdleMonitorUI.java | |
parent | 59a9bdd73b580a9c934a574be7bf45c5033e14b5 (diff) |
altosuilib: Rename AltosUIMap*New.java to AltosUIMap*.java
This code isn't really new anymore...
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosIdleMonitorUI.java')
-rw-r--r-- | altosui/AltosIdleMonitorUI.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/altosui/AltosIdleMonitorUI.java b/altosui/AltosIdleMonitorUI.java index 8d0d807e..1a992946 100644 --- a/altosui/AltosIdleMonitorUI.java +++ b/altosui/AltosIdleMonitorUI.java @@ -35,7 +35,7 @@ public class AltosIdleMonitorUI extends AltosUIFrame implements AltosFlightDispl AltosFlightStatus flightStatus; AltosIgnitor ignitor; AltosIdleMonitor thread; - AltosUIMapNew sitemap; + AltosUIMap sitemap; int serial; boolean remote; boolean has_ignitor; @@ -275,7 +275,7 @@ public class AltosIdleMonitorUI extends AltosUIFrame implements AltosFlightDispl ignitor = new AltosIgnitor(); - sitemap = new AltosUIMapNew(); + sitemap = new AltosUIMap(); /* Make the tabbed pane use the rest of the window space */ bag.add(pane, constraints(0, 4, GridBagConstraints.BOTH)); |