X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosDescent.java;h=9838f46b722f07d3c416e7ce7c82d75b72f8f6ee;hp=2ea7cbfa7058a219e0d8e8a5b4e7d999bc051e78;hb=907cc6c50755c0d19b93c15678d6f3022a6ee10b;hpb=055f3232decc07e064d596469b81cf9869411c2d diff --git a/altosui/AltosDescent.java b/altosui/AltosDescent.java index 2ea7cbfa..9838f46b 100644 --- a/altosui/AltosDescent.java +++ b/altosui/AltosDescent.java @@ -19,7 +19,7 @@ package altosui; import java.awt.*; import javax.swing.*; -import org.altusmetrum.AltosLib.*; +import org.altusmetrum.altoslib_1.*; public class AltosDescent extends JComponent implements AltosFlightDisplay { GridBagLayout layout; @@ -440,6 +440,10 @@ public class AltosDescent extends JComponent implements AltosFlightDisplay { apogee.hide(); } + public String getName() { + return "Descent"; + } + public AltosDescent() { layout = new GridBagLayout();