我已经看到这个问题被问了几次,但没有答案对我有任何帮助。我希望保存对话框使用 JFileChooser 建议像“myFile.txt”这样的文件名。
这是我所拥有的:
JFileChooser jFileChooser = new JFileChooser();
jFileChooser.setCurrentDirectory(new File("C:\\"));
jFileChooser.showSaveDialog(null);
我已经看到这个问题被问了几次,但没有答案对我有任何帮助。我希望保存对话框使用 JFileChooser 建议像“myFile.txt”这样的文件名。
这是我所拥有的:
JFileChooser jFileChooser = new JFileChooser();
jFileChooser.setCurrentDirectory(new File("C:\\"));
jFileChooser.showSaveDialog(null);