扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jtabbedpane的类成员方法: indexofcomponent定义及介绍
发布时间:2014-2-18
本文导语:
indexofcomponent
public int indexofcomponent(component component)
返回指定组件的选项卡索引。如果此组件没有选项卡,则返回 -1。
参数:component - 选项卡的组件
返回:与此组件匹配的第一个选项卡,如果此组件没有选项卡,则返回 -1
...