disable testButton

This commit is contained in:
ole 2024-12-20 17:32:53 +01:00
parent 3370975e57
commit bfb25dfe2c
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ public class startLocalGame extends JPanel {
testButton.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {
frame.showPanelWin("WinPanel");
//frame.showPanelWin("WinPanel");
}
});