suppres warning
All checks were successful
Linux arm64 / Build (push) Successful in 38s

This commit is contained in:
2025-05-17 17:04:40 +02:00
parent 1da185678c
commit 97d11f7105

View File

@@ -60,6 +60,7 @@ public class Window extends JFrame implements GameListener, CommandSender {
return ((x + y) % 2 == 1) ? Color.DARK_GRAY : Color.LIGHT_GRAY;
}
@SuppressWarnings("unused")
private void buildButtons(JPanel bottom) {
castlingButton.addActionListener((event) -> {
sendCastling();