JAVA JLabel图标JLabel a=new JLabel();a.setIcon();// 给标签设置图标;怎样可以移除a上的图标?[解决办法]原来已经有图片了,然后你想要删除掉?a.setIcon(null);