使用以下代码:
JFileChooser fileChooser = new JFileChooser(); File file = new File("C:/untitled.txt"); fileChooser.setCurrentDirectory(file);您必须指定完整路径
untitled.txt

使用以下代码:
JFileChooser fileChooser = new JFileChooser(); File file = new File("C:/untitled.txt"); fileChooser.setCurrentDirectory(file);您必须指定完整路径
untitled.txt