diff options
| author | Keith Packard <keithp@keithp.com> | 2014-06-13 15:20:20 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-06-13 15:20:20 -0700 |
| commit | 7ed63b6c3d5878a59f52f4114b5b01942735805f (patch) | |
| tree | faaa0685365eabdcd78c09ca3847981b4a68e0f0 /altosuilib/AltosUIMap.java | |
| parent | a21dbb05fad2625d17bc2302faa96dc295e6ed7c (diff) | |
altosuilib: Build some common classes for displaying values in flight window
Right now, all of the flight displays have piles of custom code for
displaying values. These new widgets should be able to replace most of
that.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/AltosUIMap.java')
| -rw-r--r-- | altosuilib/AltosUIMap.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/altosuilib/AltosUIMap.java b/altosuilib/AltosUIMap.java index 91087469..aaa68f23 100644 --- a/altosuilib/AltosUIMap.java +++ b/altosuilib/AltosUIMap.java @@ -139,6 +139,10 @@ public class AltosUIMap extends JComponent implements AltosFlightDisplay, AltosU public static void prefetch_maps(double lat, double lon) { } + public String getName() { + return "Map"; + } + public AltosUIMap() { view = new AltosUIMapView(); |
