How to bind a fxml file into a custom dialog box in scalafx?

89 Views Asked by At

I am trying to create a custom dialog box in scalafx.I have an fxml file which contains all the text fields for the dialog box. Now I need to bind to the dialog box from the controller file where I have written the methods. How to do this?

0

There are 0 best solutions below