标签: java css javafx jfoenix
如何更改jfoenix tabbedpane默认标题颜色? jFoenix TabbedPane Header
仅标签颜色更改。 Colored Tabs
答案 0 :(得分:1)
你可以使用css:
.tab{ -fx-background-color:red; } .tab-header-background{ -fx-background-color:red; }
到目前为止,这是我能为你做的一切。如果您有任何问题,请询问他们。