Image imageIcon;
    imageIcon= Toolkit.getDefaultToolkit().getImage("image.gif");
    this.setIconImage(imageIcon);
这样,你看你的图片名字的大小写有没有问题