Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改 jfoenix tabbedpane 默认标题颜色? jFoenix TabbedPane 标题
只有标签颜色改变。 彩色标签
您可以使用 css 来做到这一点:
.tab{ -fx-background-color:red; } .tab-header-background{ -fx-background-color:red; }
到目前为止,这就是我能为你做的一切。如果您有任何问题,请询问他们。