java - How to load same FXML into different controller objects? -
i have tabpane i'm loading 2 (or more) files in 2 different tabs. these 2 files loading same controller class. now, if make change in 1 file , save, contents of other file in tab changing (however original file remains unaltered). want create 2 separate controller objects these 2 files. there anyway that? please help.
Comments
Post a Comment