javafx - How to change 'Resizable' properties in Java FXML via SceneBuilder? -
i want disable 'resizable' properties in anchorpane in scenebuilder in fxml button disabled. sorry bad english.
i think best way applying on stage, not on pane.
can disable using primarystage.setresizable(false);
Comments
Post a Comment