我的问题在此图片中描述:
答案 0 :(得分:1)
如果setBackground(Color.x)
功能对您不起作用,您可以尝试使用TabComponents demo
setBackgroundAt()
功能
private void initTabComponent(int i) {
pane.setTabComponentAt(i, new ButtonTabComponent(pane));
pane.setBackgroundAt(i, Color.orange);
}
注意:确保目标组件不透明