ImageIcon image = new ImageIcon("c:pathimage.png"); imagelabel = new JLabel(character, image, JLabel.CENTER); frame.add(imagelabel);