BufferedImage myPicture = ImageIO.read(new File("/file/path/pic.png")); JLabel picLabel = new JLabel(new ImageIcon(myPicture)); add(picLabel);