试试
ImageIcon icn=new ImageIcon("icong.gif");
Image img=icn.getImage();

解决方案 »

  1.   

    将Image img = kit.getImage("icong.gif");
    改为 :
    Image img=kit.createImage(CenterFrame.class.getResource("icong.gif"));并且将图片放在你要生成的class所在的目录下。我自己试过了,这样可以。
      

  2.   

    楼上的方法我试过了,还是不行啊
    调试时报错:
      java.lang.NoSuchMethodError: main
      Exception in thread "main"