When I set the background image, my buttons and everything get hidden. The only thing I see is the image I chose.
This is the code I used:
this.setContentPane(new JLabel(new ImageIcon("image.jpg")));
Also, when I design a background, do I have to design it exactly on the size of my program?