java swing设置整个tabbedpane的背景颜色

时间:2012-02-02 07:18:38

标签: swing

我的问题在此图片中描述:

1 个答案:

答案 0 :(得分:1)

如果setBackground(Color.x)功能对您不起作用,您可以尝试使用TabComponents demo

中的setBackgroundAt()功能
private void initTabComponent(int i) {
    pane.setTabComponentAt(i, new ButtonTabComponent(pane));
    pane.setBackgroundAt(i, Color.orange);
}

注意:确保目标组件不透明