How can i assign a handler to minimize(iconify) app to a @FXML private HBox minBtn; (custom button made with Shape) button from Controller’s public void initialize(URL, ResourceBundle) method? setIconified(boolean) method is in Stage class and i can’t get him in my Controller class.
How can i assign a handler to minimize(iconify) app to a @FXML private HBox
Share
You can access to the Stage by