When I create a JavaFx project in Netbeans, three files are generated: .FXML file, the main Class, the controller.
Later there's a fourth file that gets generated whose syntax seems to be completely the same as the orriginal FXML file, the .FXML.bak file. What does this file do?