Déplacement de fichier

This commit is contained in:
Lyanis SOUIDI 2023-04-28 18:18:03 +02:00
parent 486e3288aa
commit 401abac380
Signed by: Lyanis SOUIDI
GPG Key ID: 251ADD56CFE6A854
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 2.6 MiB

View File

@ -120,6 +120,6 @@ public class HomeView extends JPanel {
@Override
public void paintComponent(Graphics g) {
super.paintComponent(g);
g.drawImage(new ImageIcon("./src/background.jpg").getImage(), 0, 0, getWidth(), getHeight(), null);
g.drawImage(new ImageIcon("./resources/img/background.jpg").getImage(), 0, 0, getWidth(), getHeight(), null);
}
}