扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jtabbedpane的类成员方法: getcomponentat定义及介绍
发布时间:2014-2-18
本文导语:
getcomponentat
public component getcomponentat(int index)
返回 index 位置的组件。
参数:index - 正在被查询的项的索引
返回:index 位置的 component
抛出:
indexoutofboundsexception - 如果索引超出了范围(index < 0 || index >= tab count)另请参见:s...