setIcon(new ImageIcon(路径));如果要导出jar文件的话,路径是 类名.class.getClassLoader.getResource("图片路径(放在项目中,不要在本地)")
this.setIconImage(new ImageIcon("E:\\workspace\\swing\\src\\image\\qq.png").getImage());这个需要绝对路径,才可以!你可以试一下!共同学习!