I'd like to add an icon inside a TextField in Codename One, to get a simulare result to what is described in this other SO Question.
I could not find an example in the API JavaDoc. Should I define a new component Style (UIID) for each Textfield with a different icon as background (although I am not sure it will yield the expected result) ? Or is there a smarter way to do it ?
Any help appreciated,