B4J Question Customize tabPane

bogdanc

Active Member
Licensed User
Longtime User
Hi All!

How to customize all elements of the tabPane like:
topbar barckground etc?

I know how to change the color of each pane buy I would like to customize the top bar etc
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You can customize it with a CSS file.

See the attached example:

SS-2016-02-08_16.27.09.png


It is based on this answer: http://stackoverflow.com/questions/19788661/change-javafx-tab-default-look
 

Attachments

  • TabPane.zip
    3 KB · Views: 567
Upvote 0
Top