0
How do you change text color in Java without JFrame or HTML?
I am looking for a simple way to change the color of Strings in Java. I've tried using the ANSI color codes for Java, but I was unsuccessful. Could someone put an example of code that prints out red text or something. I need to see it to understand. Thank you.
3 Antworten
0
Where you want it to be printed? UI or console?
0
Console.
0
The console isn't able to print colored Text