I am new to J2ME Programming so i am stuck with the keylisteners..
I am writing a simple J2ME app in which there are 2 textfields. As soon as the user types a char in first textfield the result must be displayed in second.
I want to handle the events of changes in data of TextField. Can any body tell what listener to use for it and how to do it ???