setfocus() in form or items of j2me application
I had used the normal form in my pr开发者_C百科oject. In that form i had used the item 1)textfield 2)ChoiceGroup
I want to set focus on choice group when the from appears.How do i get this. Please help me.
You can try
Display.getDisplay(this).setCurrentItem(choiceGroup);
精彩评论