We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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).
Dunno any library. But we can println() in red this way: System.err.println("RED");
System.err.println("RED");
Answers
Dunno any library. But we can println() in red this way:
System.err.println("RED");