Changing name from Chess to ChessDE in MainGui

Quicksave
Justin 2025-06-20 01:49:59 +02:00
parent 5ae9aef605
commit 28496459cf
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class MainGui {
gbc.insets = new Insets(15, 0, 15, 0);
//Title
JLabel title = new JLabel("Chess", SwingConstants.CENTER);
JLabel title = new JLabel("ChessDE", SwingConstants.CENTER);
title.setFont(new Font("Serif", Font.BOLD, 150));
title.setForeground(new Color(0x1b263b));
gbc.gridy = 0;