Skip to content
Snippets Groups Projects
Commit 1eb30bff authored by Kjetil Karstensen Indrehus's avatar Kjetil Karstensen Indrehus
Browse files

docs: add comment for exit method

parent 8a277877
Branches
No related tags found
No related merge requests found
...@@ -108,6 +108,12 @@ public class Controller implements Initializable { ...@@ -108,6 +108,12 @@ public class Controller implements Initializable {
} }
/**
* Method to handle exit from menu-bar option.
*
* @param actionEvent event for the instance.
*/
@FXML @FXML
private void onExit(ActionEvent actionEvent){ private void onExit(ActionEvent actionEvent){
System.exit(0); System.exit(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment