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