Saving a new File using JavaFX FileChooser - rsanchez-wsu/RaiderPlanner GitHub Wiki
Using FileChooser
After a lot of research into issue #325 we found that the reason that accounts weren't being created is that the original author wasn't using FileChooser correctly. The important Note to take from it was that the file needed to be created first, then the data can be written to that particular file. Here is some light reading that provides some good examples.