当前位置: 技术问答>java相关
怎样知道焦点是否在TextField上??
来源: 互联网 发布时间:2014-12-23
本文导语: 将一个字符串写入当前具有焦点的TextField中,如何判断哪个TextField有焦点?? | getFocusOwner() 可以得到拥有焦点的子component的引用. 再用getName()等方法进行判断即可. | getFocus() ...
将一个字符串写入当前具有焦点的TextField中,如何判断哪个TextField有焦点??
|
getFocusOwner()
可以得到拥有焦点的子component的引用.
再用getName()等方法进行判断即可.
可以得到拥有焦点的子component的引用.
再用getName()等方法进行判断即可.
|
getFocus() or lostFocus() method.
I am not sure the name is right. But there are some methods like that in Component
I am not sure the name is right. But there are some methods like that in Component