
-----------------------------------
vtrickzv
Tue Dec 26, 2006 5:45 pm

System.out.print color?
-----------------------------------
Is their any way to change the colour of the text displayed with the System.out.print command?
Thanks for any help  :)

-----------------------------------
wtd
Tue Dec 26, 2006 8:16 pm


-----------------------------------
It would depend on the console you're outputting to, which means it basically depends on the operating system.  In that case, color codes can be embedded in the text output.  It remains plain text, but these special characters are interpreted by the shell/console to change colors.
