mkpaz / atlantafx

Modern JavaFX CSS theme collection with additional controls.
https://mkpaz.github.io/atlantafx
MIT License
791 stars 64 forks source link

Question - How to make tabs as in demo image? #96

Closed PavelTurk closed 4 months ago

PavelTurk commented 4 months ago

Could anyone say how to make these two types of tabs (I need both of them):

Screenshot from 2024-05-08 15-17-55

I tried:

    tab.getStyleClass().add(Styles.BORDER_DEFAULT);
    tab.getStyleClass().add(Styles.BORDERED);

But it didn't hellp.

iajn commented 4 months ago

Styles.TABS_FLOATING and Styles.TABS_CLASSIC. The Sampler tool is very useful for checking these things out.

PavelTurk commented 4 months ago

@iajn Thank you very much! l looked through Styles class but didn't notice TABS_*.