How do i add colors to the text?
For example how do i make this green: System.out.println("hi");
Printable View
How do i add colors to the text?
For example how do i make this green: System.out.println("hi");
I don't think it's possible to use colors in the console box.
The only possible way is in Graphical user interfaces(GUI).