Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Is it possible to change the colour of the text in a System.out.println (executed via a tJava component) or whether there is other code I can put before it to set the colour of the text for that component
Thanks in advance.
Cheers
Steve
Hi,
If it's of use, you can always use System.err.println()
That will come out in red.
@abouzigon . you may need to write some custom java code,check the below link.
https://stackoverflow.com/questions/1448858/how-to-color-system-out-println-output/24415186
Hi,
If it's of use, you can always use System.err.println()
That will come out in red.
@dsoulalioux wrote:
Hi,
If it's of use, you can always use System.err.println()
That will come out in red.
Thanks @dsoulalioux I'll try that.
How about green? Does that have a standard too?