Mise à jour du gitignore pour exclure le dossier "bin/"

This commit is contained in:
2024-06-05 18:25:43 +02:00
parent 8772e6475e
commit a7f30467ed
5 changed files with 5 additions and 18 deletions

View File

@@ -38,7 +38,7 @@ public class FenetreDemarrage extends JFrame {
try {
int taille = Integer.parseInt(textField.getText());
if (taille == 1) {
String gifPath = "src/com/charpentierbalocchi/dorfjavatik/resources/image.gif";
String gifPath = "/com/charpentierbalocchi/dorfjavatik/resources/image.gif";
ImageIcon gifIcon = new ImageIcon(gifPath);