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