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