Network and Frontend #10

Merged
lgc merged 29 commits from ole into main 2024-12-03 12:13:28 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 772f2d45c6 - Show all commits

View File

@ -109,5 +109,6 @@ public class GameBoard extends JPanel {
updateTextFields(); updateTextFields();
} }
}); */ }); */
backButton.addActionListener(e -> frame.showPanel("MainMenu"));
} }
} }