扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jpopupmenu的类成员方法: getcomponentatindex定义及介绍
发布时间:2014-2-18
本文导语:
getcomponentatindex
@deprecated
public component getcomponentatindex(int i)
已过时。 由 container.getcomponent(int) 取代
返回指定索引处的组件。
参数:i - 组件的索引,其中 0 为第一个
返回:该索引处的 component