无法在osx中​​使用fxml在java fx中显示图像

时间:2016-06-01 09:03:12

标签: macos javafx javafx-2 fxml

我正在尝试使用我的fxml文件中的Image视图在java fx中加载图像。 图像路径是这样的: - 项目/图像/ imagename

我的fxml文件路径就像thi: - 项目\ SRC \ CH \应用\主要

我的图片fxml文件代码是: -

<ImageView fx:id="image" fitHeight="18.0" fitWidth="61.0" pickOnBounds="true" preserveRatio="true" GridPane.columnIndex="8" GridPane.rowIndex="1">
                       <image>
                              <Image url="@../../../../images/info_512pxGREY.png" />
                           </image>
                        </ImageView>

同样的东西适用于Windows,我能够在那里看到图像。 在OS X中,当我在屏幕构建器中打开文件时,图像会在那里正确显示,但是当我启动应用程序时,我无法在那里看到图像。

0 个答案:

没有答案