@ -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);