How to hide the TabBar in TabPane?
问题 I am trying to build a Next/Previous windows using TabPane . I decided to use TabPane as it is easy to use and design in SceneBuilder . At the start fo the app, I used this to hide the TabBar for now- tabPane.setTabMinHeight(-10); tabPane.setTabMaxHeight(-10); The appearance of the TabPane after this- As you can see, there still remains a small part of TabBar (below the titlebar). How can I hide it completely so that my TabPane will look like just a normal Pane but with all its functionality