Set the Background Color for JTabbedPane

后端 未结 6 883
傲寒
傲寒 2021-01-06 13:20

I am using Nimbus Look and feel. I needs to change the Background color and foreground color of the tab in JTabbedPane but the color doesn\'t set in JTabbedPane. I tried set

6条回答
  •  鱼传尺愫
    2021-01-06 14:16

    JTabbedPane works when you add components to it, e.g add 5 JPanels and they will be tabbed.

提交回复
热议问题