使用したいいくつかの FXML ファイルを含む依存関係の Jar があります。どのように参照できますか?
URL location = getClass().getResource("?????????.fxml");
fxmlLoader.setResources(ResourceBundle.getBundle("messages", Locale.getDefault()));
fxmlLoader.setLocation(location);
fxmlLoader.setBuilderFactory(new JavaFXBuilderFactory());