我有一个lwuit Form
我添加了一个Container
.在Container
有TextArea
一些RadioButtons
最后的另一个Container
其中有一些Buttons
.
1)TextArea
2)RadioButtons
3)另一个Container
有一些Buttons
现在,如果焦点在我的最后一个Container
上Form
,我按下'向下箭头键',焦点跳转到第一个组件TextArea
.
同样,如果重点是我第一次Container
在Form
TextArea
我按下"向上箭头键"焦点跳转到的最后一个组件Form
.
这非常烦人.我该如何防止这种情况发生?
所以柜面重点是第一Container
的的Form
TextArea
...我要重点保持在TextArea
即使"向上箭头"键是按下.