How To Customize A JFileChooser
问题 I want to customize my JFileChooser so that instead of saying "Folder Name" at the bottom I want to set it to say "Picture Name" and at the text field I don't want that to change based on where i'm clicking, i want it to just stay blank the whole time. Anyway I could do this. basically I just want to customize my JFileChooser: 回答1: The file chooser wasn't designed to be customized in this way. The proper solution would be to customize the UI of the file chooser. For a hack you can try using