📜  边框宽度和高度 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:12.035000             🧑  作者: Mango

代码示例2
borderPane.prefHeightProperty().bind(scene.heightProperty());
 borderPane.prefWidthProperty().bind(scene.widthProperty());