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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -