diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-02 16:48:05 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-04-02 16:48:05 -0700 |
commit | 907cc6c50755c0d19b93c15678d6f3022a6ee10b (patch) | |
tree | 9d87a83f571da05643fdfa7665348956f12827c0 /altosui/AltosDescent.java | |
parent | e747156d0ea4b62eea30a8f486ee105ee35dcaf5 (diff) |
altosui: Hide flight-related tabs for telegps
Products without a flight state don't need ascent/descent/landed tabs.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosDescent.java')
-rw-r--r-- | altosui/AltosDescent.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/altosui/AltosDescent.java b/altosui/AltosDescent.java index 821e3963..9838f46b 100644 --- a/altosui/AltosDescent.java +++ b/altosui/AltosDescent.java @@ -440,6 +440,10 @@ public class AltosDescent extends JComponent implements AltosFlightDisplay { apogee.hide(); } + public String getName() { + return "Descent"; + } + public AltosDescent() { layout = new GridBagLayout(); |