1
在Java Fx
中是一個真正的初學者,並且在將我在網上找到的兩個PNG文件加載到我的應用程序時出現問題。有人能告訴我什麼可能是錯的嗎?下面我使用的代碼:將「PNG」圖像文件加載到我的Java Fx應用程序時,Java fx引擎發生故障
Button fButton = new Button("Agregar selección");
Image imageF = new Image(getClass().getResourceAsStream("forwardArrow.png"))
fButton.setGraphic(new ImageView(imageF));
由於某種原因,Java Fx圖形引擎失敗。
任何提示,非常感謝。
下面的錯誤我得到:
Exception in Application start method
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at