X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=telegps%2FTeleGPS.java;h=5a707547d480e131ee16332d1de2bd731cd23def;hb=fcea12ac416b1eab11e9e8aae801358574308f73;hp=bef0bbc69d5ab04c36c3653a943037a75090cd3e;hpb=f80075be4ebb9c5fe00c24b8c7638fad23267424;p=fw%2Faltos diff --git a/telegps/TeleGPS.java b/telegps/TeleGPS.java index bef0bbc6..5a707547 100644 --- a/telegps/TeleGPS.java +++ b/telegps/TeleGPS.java @@ -246,6 +246,16 @@ public class TeleGPS } void graph() { + AltosDataChooser chooser; + chooser = new AltosDataChooser(this); + AltosStateIterable states = chooser.runDialog(); + if (states == null) + return; + try { + new TeleGPSGraphUI(states, chooser.file()); + } catch (InterruptedException ie) { + } catch (IOException ie) { + } } void flash() {