Posted By:
Abhijit_Babar
Posted On:
Wednesday, January 14, 2009 07:08 AM
Hi All,
I am doing one application in netbeans.
Does anybody know any way to do the setFocus and getFocus()think like in MIDP? Actually my problem is i am showing three TextFields in my Form where they have to enter some value in them, if any of them is empty i show an alert saying textfield can not be left blank, as soon as the alert expires i want to set my key pad focus on that particular textfield??? I know there isnt any setFocus() or getFocus() method in MIDP but can anybody think of any way arround for this problem??