X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosDescent.java;h=9838f46b722f07d3c416e7ce7c82d75b72f8f6ee;hp=821e3963f976ac7ae296ee80c9df8f16bf66a898;hb=907cc6c50755c0d19b93c15678d6f3022a6ee10b;hpb=e747156d0ea4b62eea30a8f486ee105ee35dcaf5 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();