I'm currently making a word processor in Java and one the functions it should have is a file backup and history.
I want to be able to backup text to a text file if the program crashes and display a history of recently opened text files.
I've tried to research the problem but I couldn't find anything useful. Could someone point me the right direction so I can try and figure this out.