Populate « JFileChooser « Java Swing Q&A





1. Save using JFileChooser with pre-populated file name?    stackoverflow.com

I am trying to make saving and loading easier for some GUIs that I've made, and I would like to be able to pre-populate a filename for the user on save. Getting ...

2. How to pre-populate a JFileChooser will "filename"?    stackoverflow.com

I intend to populate a JFileChooser with names from a database but use the standard JFileChooser Dialog for load, delete, save and save-as. I want to give users an impression ...