0

When I create a new LWUIT TextField, by default it looks like this:

enter image description here

It comes with that gray line underneath. How can I change the color of that line? I can change the blue text with setFgColor(), but I'd like to change that underline as well. How can I change this?

James Harpe
  • 4,315
  • 8
  • 47
  • 74

1 Answers1

1

To change that color, I think that you must get the Nokia source code and modify the parameters in relationship with the TextField. Are you using Nokia SDK 2.0?

Mun0n
  • 4,438
  • 4
  • 28
  • 46