I realise this question has been asked many times but I feel it has not been properly answered.
I want to use an image as a background in a java gui
I have t
put a
setContentPane(new JLabel(new ImageIcon("C:\\img_url")));
in your jframe constructor