从rest资源加载javafx图像(url不以jpg结尾,png ...)

时间:2016-02-25 13:21:29

标签: image rest javafx

我在将http资源中的图片加载到javafx.scene.image.Image时遇到问题。

我正在使用构造函数new Image(url)。在我的情况下,网址不是以图像扩展名结尾。在这种情况下,只是没有加载,但也没有错误:

new Image("http://localhost/some.jpg") // this works
new Image("http://localhost/getImage") // not working, no error

那么有没有办法从这些休息资源加载图像? 如果不是我必须使用http客户端,并使用输入/输出流吗?

0 个答案:

没有答案