summaryrefslogtreecommitdiff
path: root/telegps/TeleGPS.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-05-26 00:29:53 -0700
committerKeith Packard <keithp@keithp.com>2015-05-26 00:29:53 -0700
commit501fa41111b93cc213a1114a33612858e1e93ab5 (patch)
tree3b525c2b8a1b4fb2f6d9e0b740ef66a2e86d4e31 /telegps/TeleGPS.java
parentcb23b992be8ba40c97d8988c134a814a13ccd58c (diff)
altoslib/altosuilib: Get new Map display code running in altosui and telegps
Looks like the display is all hooked up. Still need to replace the preload UIs. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/TeleGPS.java')
-rw-r--r--telegps/TeleGPS.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/telegps/TeleGPS.java b/telegps/TeleGPS.java
index 8ff5ac28..1e134900 100644
--- a/telegps/TeleGPS.java
+++ b/telegps/TeleGPS.java
@@ -71,7 +71,7 @@ public class TeleGPS
JTabbedPane pane;
- AltosUIMap map;
+ AltosUIMapNew map;
TeleGPSInfo gps_info;
TeleGPSState gps_state;
AltosInfoTable info_table;
@@ -542,7 +542,7 @@ public class TeleGPS
c.gridwidth = 2;
bag.add(pane, c);
- map = new AltosUIMap();
+ map = new AltosUIMapNew();
pane.add(map.getName(), map);
displays.add(map);