How are you guys adding the image to the background of the menu?
public class ImageIcon extends Object implements Icon. So we are using the ImageIcon public class to do this for example,
car1 = new ImageIcon("gamecar2.png");
this will add a car to the background importing the particular car image
My group is has the background as a imageView and uses the set methods that the imageView class has.