Browse Source

changes color to eye friendly

remotes/origin/playerRefactoring
fdai7012 11 months ago
parent
commit
a97ff9c30d
  1. 2
      src/main/java/pacmanGame/Program.java

2
src/main/java/pacmanGame/Program.java

@ -60,7 +60,7 @@ public class Program {
textArea.setEditable(false);
textArea.setFocusable(false);
textArea.setBackground(Color.black);
textArea.setForeground(Color.blue);
textArea.setForeground(Color.yellow);
Font font = new Font("Consolas", Font.PLAIN, 10);
textArea.setFont(font);

Loading…
Cancel
Save