我是一个真正的初学者,在Java Fx
将我在网上找到的两个 png 文件加载到我的应用程序中时遇到问题。有人可以告诉我可能出了什么问题吗?在我正在使用的代码下方:
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