need help in j2me

hello i need some help in j2meWhen i`m entering in to the textfield its focus should be directed to other form. thanks in advanceeshu
[175 byte] By [eshusudha] at [2007-9-26 1:29:25]
# 1
u can implement ItemListener in Form which contains TextField and in itemStateChanged(Item i) { if(i==urTextField)setCurrent(newForm)}
parul_patidar at 2007-6-29 1:25:55 > top of Java-index,Core,Core APIs...
# 2
please reply it worked or not. i am new to j2me and have not written any prog except a simple helloworld
parul_patidar at 2007-6-29 1:25:55 > top of Java-index,Core,Core APIs...