It is possible to define all actions in code, consider is it worth to do it in that way, or leave @FXML methods.
E.g. in com.github.introfog.gitwave.controller.main.MainController#runCommand you can avoid having method with @FXML annotation and can define clink action for run button which is already present in com.github.introfog.gitwave.controller.main.MainController.
It is possible to define all actions in code, consider is it worth to do it in that way, or leave @FXML methods.
E.g. in
com.github.introfog.gitwave.controller.main.MainController#runCommandyou can avoid having method with@FXMLannotation and can define clink action forrunbutton which is already present incom.github.introfog.gitwave.controller.main.MainController.