fix images
This commit is contained in:
parent
6b0aa04b25
commit
06cc025fda
|
@ -17,7 +17,7 @@ public class JoinGame extends JPanel {
|
||||||
String standardPort = "51525";
|
String standardPort = "51525";
|
||||||
|
|
||||||
// Grafiken
|
// 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
|
// Labels
|
||||||
JLabel spielBeitretenLabel;
|
JLabel spielBeitretenLabel;
|
||||||
|
|
Loading…
Reference in New Issue