It is very simple program and i have tried my best but the JPanel doesn\'t come up with a background image. I just want a simple background image on my panel.
Here is my
Replace
public void printComponent(Graphics g) {
with
@Override public void paintComponent(Graphics g) { super.paintComponent(g);