Basically i'm wondering if i can fill the "File Name" field of a JFileChooser automatically. I'm pulling files from another machine using sftp, and specifying the file to be created with the JFileChooser. So that the file i'm transfering will be saved with the name and location i specify. As the JFileChooser pops up to pick though i'd like to set a default directory, and name. Is this possible?
Thanks