// set icon Toolkit toolkit = Toolkit.getDefaultToolkit(); Image image = toolkit.createImage("pic/logo.png"); this.setIconImage(image);