X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=telegps%2FTeleGPS.java;h=1433c9e164c01bade972e009d7a7b42f6c13d0e8;hp=af6d01b427126c1071a3d4c95beee4d536011401;hb=debian;hpb=6529fd623f0e4b921aea1110c723d7dc03954def diff --git a/telegps/TeleGPS.java b/telegps/TeleGPS.java index af6d01b4..77ed0da7 100644 --- a/telegps/TeleGPS.java +++ b/telegps/TeleGPS.java @@ -25,8 +25,8 @@ import java.io.*; import java.util.concurrent.*; import java.util.*; import java.text.*; -import org.altusmetrum.altoslib_13.*; -import org.altusmetrum.altosuilib_13.*; +import org.altusmetrum.altoslib_14.*; +import org.altusmetrum.altosuilib_14.*; public class TeleGPS extends AltosUIFrame @@ -650,7 +650,10 @@ public class TeleGPS } try { new TeleGPSGraphUI(set, file); - } catch (Exception e) { + } catch (IOException e) { + System.out.printf("Exception %s\n", e.toString()); + } catch (InterruptedException e) { + System.out.printf("Exception %s\n", e.toString()); return false; } return true;