JavaFX Imageview无效的URL

时间:2017-06-17 17:25:37

标签: java image javafx

尝试使用JavaFX加载图像。

//this line causes an error. It's the first line of the start method
Image image = new Image("/61.jpg"); 

无论我把图像放在哪里,都会导致错误。我在根目录中有它。使用绝对路径也会出错。我将图像存储在NeatbeansProjects/MyProjectName

使用Windows 10Netbeans。已经阅读了多个关于此的指南,以及关于此的多个堆栈溢出问题。似乎没有人能解决这个问题。

谢谢。

编辑:已解决。通过这样格式化:图像("文件:assets / images / 61.jpg") 访问MyProjectName / assets / images / 61.jpg

谢谢大家!

0 个答案:

没有答案