!!!参考 http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?topic=19253&forum=12 !!!JFileChooserを表示したときにファイル名を表示させておく方法 JFileChooser fileChooser = new JFileChooser(); BasicFileChooserUI ui = (BasicFileChooserUI) fileChooser.getUI(); ui.setFileName("test.txt"); {{category2 プログラミング言語,Java}}