help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jose
    New Member
    • Nov 2006
    • 1

    #1

    help

    How can color to the text characters using java
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by jose
    How can color to the text characters using java
    Deepends on where the text characters are.
    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

    Working...