I pretty much want to do this:
Save using JFileChooser with pre-populated file name?
Goal is to have, upon initializing the dialog, predefined name in the File name (Direcory name, acctually) textbox.
However, I want only directories to be displayed: .setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY)
With that, the code provided in the question doesn't work.
Is there a workaround?