1-) Java - JFRAMEYE RESİM EKLEME
public NewJFrame() {
this.setContentPane(new JLabel(new ImageIcon("indir.jpg")));
initComponents(); }