It would be extremely helpful if we would be able to pass a custom behavior to the TabPaneSkin in the constructor. At the moment the constructor of the TabPaneSkin does always create a TabPaneBehavior, without any possibility to inject another behavior.
Allowing to do so would mean that the TabPane can be easier extended/customized without the need to either write your own TabPaneSkin from scratch or resort to using reflection.
Allowing to do so would mean that the TabPane can be easier extended/customized without the need to either write your own TabPaneSkin from scratch or resort to using reflection.