我需要更改/设置什么以使 JavaFX 应用程序在 Ubuntu 和 Windows 中看起来相同吗?
这是我得到的:
为什么我在底部和右侧得到那个空白?
谢谢
更新 2013/10/18 main.fxml
<Pane fx:id="mainPane" maxHeight="535" maxWidth="380" prefHeight="535" prefWidth="380" xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/2.2" fx:controller="ro.data.MainController">
</Pane>
Parent root = FXMLLoader.load(getClass().getResource("main.fxml"));
Scene scene = new Scene(root, 380, 535);
scene.getStylesheets().add("style.css");
Thant 背景图片在 style.css 中