J2ME TextField Password runtime execution
I successfully compile my midlet using the J2ME polish tool. Whenever I tried running or debugging from the Eclipse IDE, when I capture the textfield.getstring I get all string in pure text, however, whenever I use an emulator the password field usually returns ***2 (only the last field is displayed, others are asterisked).
What could be d problem?
Could it b cause by repainting the form?
Thnx