标签: javafx fxml scene stage
请问我有这个问题我正在尝试使用
scene.getRoot().scaleXProperty().bind(scene.widthProperty().divide(dx)); scene.getRoot().scaleYProperty().bind(scene.heightProperty().divide(dy));
我已经尝试过这段代码但是在父级的确切大小下,它会停止调整大小