summaryrefslogtreecommitdiff
path: root/altosui/AltosFlightUI.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-06-11 18:46:47 -0700
committerKeith Packard <keithp@keithp.com>2014-06-11 18:46:47 -0700
commitdb2443fdbf65b65703217174303027c439124a83 (patch)
treedd18a92bddd7d39f2a37c46c045e06767fcf0a99 /altosui/AltosFlightUI.java
parentac33ca137551e32235cd2a0304da4b5e7af51a44 (diff)
altosuilib: Rewrite map GUI bits
Use a single large Canvas and draw images on top by hand. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosFlightUI.java')
-rw-r--r--altosui/AltosFlightUI.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/altosui/AltosFlightUI.java b/altosui/AltosFlightUI.java
index baa18686..f2bd70a0 100644
--- a/altosui/AltosFlightUI.java
+++ b/altosui/AltosFlightUI.java
@@ -37,7 +37,7 @@ public class AltosFlightUI extends AltosUIFrame implements AltosFlightDisplay {
AltosDescent descent;
AltosLanded landed;
AltosCompanionInfo companion;
- AltosSiteMap sitemap;
+ AltosUIMap sitemap;
boolean has_map;
boolean has_companion;
boolean has_state;
@@ -310,7 +310,7 @@ public class AltosFlightUI extends AltosUIFrame implements AltosFlightDisplay {
has_companion = false;
has_state = false;
- sitemap = new AltosSiteMap();
+ sitemap = new AltosUIMap();
has_map = false;
/* Make the tabbed pane use the rest of the window space */