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

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -