Colorful println()s

edited March 2016 in How To...

Without a using a library, is there a way to set the color of text in a println()? If not, does a library for that exist? I think color-coding data like that would be convenient (and fun to look at).

Tagged:

Answers

  • Answer ✓

    Dunno any library. But we can println() in red this way: System.err.println("RED");

Sign In or Register to comment.