Drawer tag in fxml problem
Closed this issue · 2 comments
ysdxz207 commented
edvin commented
The Drawer control was not made with FXML support in mind. If you look at the code you'll see that it requires some constructor parameters. It might be possible to instantiate with constructor parameters in FXML, but I don't use FXML and have no interest in it so I'm not sure how that would be done.
I can't see a single good reason to use FXML in 2018 so I would recommend you reconsider this approach and go for the type safe builders instead. You won't regret it :)
ysdxz207 commented
I will adopt your suggestion, thank you very much.