✅ Mise à jour du gitignore pour exclure le dossier "bin/"
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user