Hi, I want to add an image for the Window Icon in Swings. I am trying to use Toolkit toolkit = Toolkit.getDefaultToolkit(); Image image1 = toolkit.getImage("favicon.ico"); frame.setIconImage(image1); but this is not working. can anyone help me.? :roll: