java swing 的jTabbedPane控件中如何获取所选择的选项卡标签的文字
自己找到答案了,应当这样写:jTabbed1.getTitleAt(jTabbedPaneRight.getSelectedIndex())深圳samPds91193@s...
自己找到答案了,应当这样写:jTabbed1.getTitleAt(jTabbedPaneRight.getSelectedIndex()) 深圳samPds 91193@sohu.com qq:104868706 13715230103
展开
2个回答
展开全部
getSelectedIndex
public int getSelectedIndex()返回当前选择的此选项卡窗格的索引。如果当前没有选择选项卡,则返回 -1。
返回:
所选择的选项卡的索引
另请参见:
setSelectedIndex(int)
getTitleAt
public String getTitleAt(int index)返回 index 位置的选项卡标题。
参数:
index - 正在被查询的项的索引
返回:
index 位置的标题
抛出:
IndexOutOfBoundsException - 如果索引超出了范围(index < 0 || index >= tab count)
另请参见:
setTitleAt(int, java.lang.String)
public int getSelectedIndex()返回当前选择的此选项卡窗格的索引。如果当前没有选择选项卡,则返回 -1。
返回:
所选择的选项卡的索引
另请参见:
setSelectedIndex(int)
getTitleAt
public String getTitleAt(int index)返回 index 位置的选项卡标题。
参数:
index - 正在被查询的项的索引
返回:
index 位置的标题
抛出:
IndexOutOfBoundsException - 如果索引超出了范围(index < 0 || index >= tab count)
另请参见:
setTitleAt(int, java.lang.String)
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询