开发者

setfocus() in form or items of j2me application

开发者 https://www.devze.com 2023-03-10 22:02 出处:网络
I had used the normal form in my pr开发者_C百科oject. In that form i had used the item 1)textfield

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);
0

精彩评论

暂无评论...
验证码 换一张
取 消