当前位置: 技术问答>java相关
Applet为何显示不出图片,急!!!
来源: 互联网 发布时间:2015-08-13
本文导语: 在init方法中 URL url = new URL(getDocumentBase(), imageName); image = getImage(url); 在PaintComponent方法中 g.drawImage(inage,0,0,null); 可最终图片就是出不来,为什么? | 网页中使用标记还是标记,前者不支持使...
在init方法中
URL url = new URL(getDocumentBase(), imageName);
image = getImage(url);
在PaintComponent方法中
g.drawImage(inage,0,0,null);
可最终图片就是出不来,为什么?
URL url = new URL(getDocumentBase(), imageName);
image = getImage(url);
在PaintComponent方法中
g.drawImage(inage,0,0,null);
可最终图片就是出不来,为什么?
|
网页中使用标记还是标记,前者不支持使用SWING编写的Applet