summaryrefslogtreecommitdiff
path: root/telegps/TeleGPS.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-05-24 23:44:50 -0700
committerKeith Packard <keithp@keithp.com>2016-05-24 23:44:50 -0700
commit0d966b74f756e88e5dffa92400b105f540429262 (patch)
tree5d11b74ebb6e7ce0062d5713396f531bf2fcf4eb /telegps/TeleGPS.java
parent59a9bdd73b580a9c934a574be7bf45c5033e14b5 (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 'telegps/TeleGPS.java')
-rw-r--r--telegps/TeleGPS.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/telegps/TeleGPS.java b/telegps/TeleGPS.java
index d347fe41..2897e06a 100644
--- a/telegps/TeleGPS.java
+++ b/telegps/TeleGPS.java
@@ -72,7 +72,7 @@ public class TeleGPS
JTabbedPane pane;
- AltosUIMapNew map;
+ AltosUIMap map;
TeleGPSInfo gps_info;
TeleGPSState gps_state;
AltosInfoTable info_table;
@@ -174,7 +174,7 @@ public class TeleGPS
}
void load_maps() {
- new AltosUIMapPreloadNew(this);
+ new AltosUIMapPreload(this);
}
void disconnect() {
@@ -567,7 +567,7 @@ public class TeleGPS
/* Make the tabbed pane use the rest of the window space */
bag.add(pane, constraints(0, 3, GridBagConstraints.BOTH));
- map = new AltosUIMapNew();
+ map = new AltosUIMap();
pane.add(map.getName(), map);
displays.add(map);