Hi, I think what you need to do would be to set a custom tab data renderer (see TabPane.setTabDataRenderer). This renderer could subclass the ButtonDataRenderer, but set the color differently when the tab pane is unselected.
HTH, ~Roger Whitcomb
Hi, I think what you need to do would be to set a custom tab data renderer (see TabPane.setTabDataRenderer). This renderer could subclass the ButtonDataRenderer, but set the color differently when the tab pane is unselected.
HTH, ~Roger Whitcomb