21
April
Custom Controls and Dialogs in JavaFX Done Right
JavaFX has been a pleasure to develop GUIs with. However, I’ve had a difficult time finding help on creating custom controls and dialog boxes that don’t expose the clunky FXML code to the client. In my opinion, the client of a custom control or dialog should be able to use the control without needing to…