Hello, I have the following question. I have two fxml: UserList.fxml and UserProperties.fxml. You need to include the UserList inside UserProperties, but it can not be by fxml, as this will not always happen, only if a certain condition is true. Would anyone have any idea how I could do this for the controller?
Thank you.