fix images

This commit is contained in:
ole 2024-12-23 23:38:16 +01:00
parent 6b0aa04b25
commit 06cc025fda
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public class JoinGame extends JPanel {
String standardPort = "51525";
// Grafiken
ImageIcon backButtonIcon = new ImageIcon(Objects.requireNonNull(getClass().getClassLoader().getResource("graphics/backButton.png")));
ImageIcon backButtonIcon = new ImageIcon(Objects.requireNonNull(getClass().getClassLoader().getResource("backButton.png")));
// Labels
JLabel spielBeitretenLabel;