-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example Code does not work #13
Comments
Hi there, you are of course right: So... the code should be: Parent root = fxmlloader.load(getClass().getResource("/fxml/Scene.fxml")).getRoot(); I can't seem to find the wrong information anywhere in the Wiki. Could you point me to the wrongly documented passage? |
https://github.com/cathive/fx-guice/wiki/Example-app:-FXML-based-user-interface Is there a good place to see a working example on using fxguice and fxml?
|
Hi, the source tree of this project contains an "examples" folder. The documentation over at https://github.com/cathive/fx-guice/wiki/Example-app:-FXML-based-user-interface seems correct to me, by the way ... I can see a call to |
Hello,
I have been trying to get your example code for the FXML howto working on the wiki. The first problem I see is this:
Parent root = fxmlloader.load(getClass().getResource("/fxml/Scene.fxml"));
It looks like it returns a "Result" vs a Parent. Is this example non longer how you do this?
The text was updated successfully, but these errors were encountered: