X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=telegps%2FTeleGPS.java;h=5a707547d480e131ee16332d1de2bd731cd23def;hp=bef0bbc69d5ab04c36c3653a943037a75090cd3e;hb=bf684a4c290573a3aa627fd8ddf6f6ebbe5fa057;hpb=f80075be4ebb9c5fe00c24b8c7638fad23267424;ds=sidebyside 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() {