0
Hello, I have the following question. I have two fxml: Userlist.fxml and Userproperties.fxml. And I need to include Userlist within Userproperties, but it can’t be by fxml, because it won’t always happen, only if a certain condition is true. Would anyone have any idea how to do this by the controller?
Thank you.