Changing name from Chess to ChessDE in MainGui
parent
5ae9aef605
commit
28496459cf
|
|
@ -26,7 +26,7 @@ public class MainGui {
|
||||||
gbc.insets = new Insets(15, 0, 15, 0);
|
gbc.insets = new Insets(15, 0, 15, 0);
|
||||||
|
|
||||||
//Title
|
//Title
|
||||||
JLabel title = new JLabel("Chess", SwingConstants.CENTER);
|
JLabel title = new JLabel("ChessDE", SwingConstants.CENTER);
|
||||||
title.setFont(new Font("Serif", Font.BOLD, 150));
|
title.setFont(new Font("Serif", Font.BOLD, 150));
|
||||||
title.setForeground(new Color(0x1b263b));
|
title.setForeground(new Color(0x1b263b));
|
||||||
gbc.gridy = 0;
|
gbc.gridy = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue