I am working on a program that loads and saves data from text files, and I am asking the user a file name with JFileChooser on load and save.
This question is about
Maybe you could verify that the file does not already exists, and even give the JFileChooser a FileSystemView (see this constructor)