Q: 使用Image getInstance(final URL url)報錯 java.io.IOException: XXXXXXXX is not a recognized imageformat.
A: 確認圖檔是否為可使用格式:gif jpeg png
/**
* Gets an instance of an Image.
*
* @param filename
* a filename
* @return an object of type <CODE>Gif</CODE>,<CODE>Jpeg</CODE> or
* <CODE>Png</CODE>
* @throws BadElementException
* @throws MalformedURLException
* @throws IOException
*/
文章標籤
全站熱搜
留言列表