Loading of FXML files with custom controls - how to handle missing classes? #575
Oliver-Loeffler
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
what is the supposed behavior for Scene Builder when loading FXML files with custom controls or controllers/data types?
There are some cases where the problem is, that the FXMLs to be loaded have custom imports and those imports are not available to Scene Builder by default.
Currently there is an Exception generated and shown to the user. Its cause is then ideally a
java.lang.ClassNotFoundException:
. The way this is presented to the user is more than sub optimal.What would be a good way to handle this?
JAR/FXML Manager
so that custom components are available before attempt to finally load the FXML.Feedback appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions