I am working on a JavaFX
project and I am creating an UI based on Google's Material Design patterns. I use a library that includes a lot of components based on this design, named JFoenix
.
Basically I have a JFXTabPane
with different tabs, and in one of them I want to make something to Search on a TreeTableView
, and I got as idea to replace the TabPane
's header (where the tabs display) with the Search bar.
I've been looking this up on Google and haven't found anything. Any ideas?