How can color to the text characters using java
help
Collapse
X
-
Deepends on where the text characters are.Originally posted by joseHow can color to the text characters using java
eg when writing to a canvas, you do graphics.setCol or() before drawing the characters. On some componets you do not change the color of the characters directly but set the foreground color of that component before adding the text.
Where do you want to show colored text?
Comment