Hello everyone i have this Image that i want it to appear as my background and my other information to be on top of it i want it to fill the entire JApplet, can anyone give me the method... please.
I dont know if i should include a JPanel panel = new JPanel();
the add the background? am new in Java help me.
backGround = getImage(getCodeBase(), "download.jpg");
        BackGroundPanel background = new BackGroundPanel();
        background.setLayout(new FlowLayout());
        background.setBackGroundImage(backGround);
I have imported my jpg to my src java but cant load.