buttonFlowPane.getStyles().put("spacing", 2);
}
@Override
public void setSize(int width, int height) {
TabPane tabPane = (TabPane)getComponent();
Orientation tabOrientation = tabPane.getTabOrientation();
if (expandTransition != null) {
if ((tabOrientation == Orientation.HORIZONTAL && width != getWidth())
|| (tabOrientation == Orientation.VERTICAL && height != getHeight())) {
expandTransition.end();