我尝试加载图像:
ImageIcon imageIcon = new ImageIcon(url);
如果我查询负载状态:
imageIcon.getImageLoadStatus();
它返回MediaTracker.ERRORED
有没有办法得到一条错误消息来说明问题所在?
我尝试加载图像:
ImageIcon imageIcon = new ImageIcon(url);
如果我查询负载状态:
imageIcon.getImageLoadStatus();
它返回MediaTracker.ERRORED
有没有办法得到一条错误消息来说明问题所在?