扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jtoolbar的类成员方法: getcomponentatindex定义及介绍
发布时间:2014-2-18
本文导语:
getcomponentatindex
public component getcomponentatindex(int i)
返回指定索引位置的组件。
参数:i - 组件的位置,从 0 开始
返回:在该位置的 component,如果索引无效则返回 null