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