我的.fxml file
由AnchorPane
+ ImageView
组成,后者是背景。我尝试了CSS命令
backgroundImage.setStyle("-fx-background-position: left top, center;");
backgroundImage.setStyle("-fx-background-repeat: no-repeat;");
backgroundImage.setStyle("-fx-background-size: cover, auto;");
其中backgroundImage
是fx:id
的{{1}}。但无论我做什么,当我调整窗口大小时,图像保持相同的大小,导致白条。
答案 0 :(得分:0)
从auto
移除-fx-background-size
auto
表示 - 默认值。背景图像包含其宽度和高度