扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jpopupmenu的类成员方法: getcomponentindex定义及介绍
发布时间:2014-2-18
本文导语:
getcomponentindex
public int getcomponentindex(component c)
返回指定组件的索引。
参数:c - 要查找的 component
返回:组件的索引,其中 0 为第一个;如果未找到该组件,则返回 -1