JFileChooser fileChooser = new JFileChooser(); File file = new File("C:/untitled.txt"); fileChooser.setCurrentDirectory(file);
您必须指定untitled.txt的完整路径