X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosCSVUI.java;h=6d3e9065e15a6435fa27057ad1b5986430e67823;hb=170510bb183715e9ba580b180f20657d6602644e;hp=e1b6002dfa23235d08a1fb5ae4a92a537be5e15e;hpb=3fbefb3eea981d34a09496cf8abf0119de2e35bf;p=fw%2Faltos diff --git a/altosui/AltosCSVUI.java b/altosui/AltosCSVUI.java index e1b6002d..6d3e9065 100644 --- a/altosui/AltosCSVUI.java +++ b/altosui/AltosCSVUI.java @@ -29,7 +29,7 @@ import java.util.prefs.*; import java.util.concurrent.LinkedBlockingQueue; public class AltosCSVUI - extends JDialog + extends AltosDialog implements ActionListener { JFileChooser csv_chooser; @@ -99,7 +99,7 @@ public class AltosCSVUI writer.close(); } catch (FileNotFoundException ee) { JOptionPane.showMessageDialog(frame, - file.getName(), + ee.getMessage(), "Cannot open file", JOptionPane.ERROR_MESSAGE); }