JFormDesigner / FlatLaf

FlatLaf - Swing Look and Feel (with Darcula/IntelliJ themes support)
https://www.formdev.com/flatlaf/
Apache License 2.0
3.42k stars 272 forks source link

Customize TabbedPane #444

Closed l00pss closed 2 years ago

l00pss commented 2 years ago

I have a question on customizing JTabbedPane. How can I customize the selectedTab and Other tabs?

DevCharly commented 2 years ago

See https://www.formdev.com/flatlaf/customizing/#tabbedpane, which shows some basic customizing.

There is more documentation here: https://www.formdev.com/flatlaf/components/ But TabbedPane is not yet documented (maybe next week).

So at the moment, it is best to look at the source code:

https://github.com/JFormDesigner/FlatLaf/blob/f8c769644d4594ae330d543ce7588e917d658232/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatTabbedPaneUI.java#L107-L165