Issue
I used to develop my application in Swing. But recently I have begun to use JavaFx.
In Swing JTabPane we have this:
]
In JavaFx TabPane we have this:
We can see the selected Tab bigger than the other But in JavaFx, we don't have this effect.
Question: How can I obtain the same Swing Tab style in JavaFx ?
Solution
Problem solve.
We can use CSS to make this style (Background-color, padding, :selected...)
Sorry I'm a beginner in JavaFx.
Answered By - Elcoco_01