var width = 400;
var height = 400;
Stage {
style: StageStyle.TRANSPARENT
onClose: function():Void {
System.exit(0);
}
scene: Scene {
content: Scribble {}
width: width
height: bind height
}
}
为什么宽度有效,但高度无效?而且,我能做些什么来解决这个问题?Netbeans 说:
height 在 javafx.scene.Scene 中只有脚本(默认)绑定访问