JAL-3141 Taken the backing up code out of FileChooser into its own class for more...
authorBen Soares <bsoares@dundee.ac.uk>
Mon, 22 Oct 2018 16:03:15 +0000 (17:03 +0100)
committerBen Soares <bsoares@dundee.ac.uk>
Mon, 22 Oct 2018 16:03:15 +0000 (17:03 +0100)
commit5b4f0b77909420cfb2fe2a4b9b9724abdacf025d
treedbe70188917326ab9ed430d02af90be8c1212cf8
parentf92024670a97156f6167bb22f5c776a8ab72e35d
JAL-3141 Taken the backing up code out of FileChooser into its own class for more generic usage, and extra data safe-guarding functionality
src/jalview/io/BackupFiles.java [new file with mode: 0644]
src/jalview/io/JalviewFileChooser.java