在 J2SE  程序中  使用下面代码Toolkit tk = this.getToolkit() ;
Image im = tk.getImage("map.png") ;
int w = im.getWidth(this) ;w返回的值是-1  无法获得图片的宽,请问这是什么问题?