JFrame wi=new JFrame();
//ico.png在包下
BufferedImage bi=ImageIO.read(wzdemo.class.getResource("ico.png") );
wi.setIconImage(bi);