Icône de changement jframe

ImageIcon img = new ImageIcon(pathToFileOnDisk);
frame.setIconImage(img.getImage());
Cheerful Cormorant