Listing 4. Display the initial image.
    graphics = display.getGraphics();
    graphics.drawImage(background.getImage(),0,0,null);