I am making a bus ticketing system and I have designed the GUI with JavaFX.
I have used a lot of tabs for different entities designed through scene builder.
My question is: can I make different controller class for each tab having same FXML file? I'm finding that if I code for all the tabs in same controller class it is really getting messy.