I have configuration properties implemented as a java.util.Properties Object with the mappings saved in a config.properties file. I have managed to update the properties in a user input panel, so the user can change any settings while the application is live.
However I want any changes a user makes to be saved and be automatically set the next time the application is opened. Any ideas on how I can do this?