Hello I'm not getting any errors but for some reason my image won't display. Also the picture is a png image. Here is my code that should display the image:
ImageIcon icon = new ImageIcon("pictures/J Pipe's Card.png");
imageLabel = new JLabel ( icon );
add ( imageLabel );