diff options
author | Keith Packard <keithp@keithp.com> | 2014-06-14 14:41:13 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-06-14 14:42:11 -0700 |
commit | c11b2f5caa3fbe2bc977e716ec1c3ccee9e75884 (patch) | |
tree | a9d871e8fb4b0c80c861df81902affb2e9d7c0bc /altosui/AltosCompanionInfo.java | |
parent | f5887a3e7cf993e23dbb1e0f6b9ebece78c34413 (diff) |
altosui/telegps: Switch to AltosUIIndicator and AltosUIFlightTab
Removes replicated code across all flight tabs
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosCompanionInfo.java')
-rw-r--r-- | altosui/AltosCompanionInfo.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altosui/AltosCompanionInfo.java b/altosui/AltosCompanionInfo.java index 514ce611..e7b335ac 100644 --- a/altosui/AltosCompanionInfo.java +++ b/altosui/AltosCompanionInfo.java @@ -87,6 +87,8 @@ public class AltosCompanionInfo extends JTable implements AltosFlightDisplay { } } + public String getName() { return "Companion"; } + public void show(AltosState state, AltosListenerState listener_state) { if (state == null) return; |