Merge branch 'master' of git://git.gag.com/fw/altos
[fw/altos] / ao-tools / altosui / AltosCSVUI.java
index 2d81236162c1b6d370a3ca6f9c82eceb773852e8..643d4112ae96666107a33e43c8f0d2f59fca6605 100644 (file)
@@ -56,6 +56,7 @@ public class AltosCSVUI
                        path = path.substring(0,dot);
                path = path.concat(".csv");
                csv_chooser = new JFileChooser(path);
+               csv_chooser.setSelectedFile(new File(path));
                int ret = csv_chooser.showSaveDialog(frame);
                if (ret == JFileChooser.APPROVE_OPTION) {
                        try {