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");
タントの背景画像は style.css にあります