免费注册 查看新帖 |

Chinaunix

广告
  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1490 | 回复: 3
打印 上一主题 下一主题

关于获TextField取焦点[求助] [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-04-06 18:07 |只看该作者 |倒序浏览
在窗口中,切换到一个新界面后,怎么样使其中某个TextField获得焦点,并且将光标移入其中,仅仅使用setFocusable()函数好像还不够!请问应怎么办?

论坛徽章:
0
2 [报告]
发表于 2006-04-06 18:40 |只看该作者
txt.requestFocusInWindow()

论坛徽章:
0
3 [报告]
发表于 2006-04-06 18:41 |只看该作者
from jdk 1.4.0 help documentation


  1. requestFocus
  2. public void requestFocus()
  3. Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window. This component must be displayable, visible, and focusable for the request to be granted. Every effort will be made to honor the request; however, in some cases it may be impossible to do so. Developers must never assume that this Component is the focus owner until this Component receives a FOCUS_GAINED event. If this request is denied because this Component's top-level Window cannot become the focused Window, the request will be remembered and will be granted when the Window is later focused by the user.
  4. This method cannot be used to set the focus owner to no Component at all. Use KeyboardFocusManager.clearGlobalFocusOwner() instead.

  5. Because the focus behavior of this method is platform-dependent, developers are strongly encouraged to use requestFocusInWindow when possible.
复制代码

论坛徽章:
0
4 [报告]
发表于 2006-04-06 18:44 |只看该作者
谢谢!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP