Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Untitled.txtこの のテキストボックスのようにデフォルトのファイル名を設定したいJFileChooser。これを設定できますか?
Untitled.txt
JFileChooser
次のコードを使用します。
JFileChooser fileChooser = new JFileChooser(); File file = new File("C:/untitled.txt"); fileChooser.setCurrentDirectory(file);
次の完全なパスを指定する必要がありますuntitled.txt
untitled.txt