jam*_*ond 15
如果您使用类似的东西:
int totalTabs = tabbedPane.getTabCount();
for(int i = 0; i < totalTabs; i++)
{
Component c = tabbedPane.getTabComponentAt(i);
//other stuff
}
Run Code Online (Sandbox Code Playgroud)
可以给你一个起点来做你想做的事.
| 归档时间: |
|
| 查看次数: |
5866 次 |
| 最近记录: |