javafx mengatur ukuran jendela min

stage.setMinWidth(value);
stage.setMaxWidth(value);
stage.setMinHeight(value);
stage.setMaxHeight(value);
Zwazel