扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类layoutfocustraversalpolicy的类成员方法: getlastcomponent定义及介绍
发布时间:2014-2-18
本文导语:
getlastcomponent
public component getlastcomponent(container acontainer)
返回遍历循环中的最后一个 component。在进行反向遍历时,可用此方法确定拥有焦点的下一个 component。
覆盖:类 sortingfocustraversalpolicy 中的 getlastcomponent
参数:acontainer...