I am currently creating a simple javafx application and want to make an "check for updates" button.
When this button gets pressed, it checks for any available updates. If it does find one, it prompts the user about that and asks permission to update itself.
How could this be implemented?
Note: I am using Java 9, not 8, if this is useful.