We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I want parameters passed to the launched application, I can pass them to fxlauncher.Launcher but it doesn't pass them through.
I solved this by adding this line before the app.start(primaryStage); in Launcher.java:
ParametersImpl.registerParameters(app, getParameters());
I know this uses a com.sun class but I didn't see any other way to do it.
The text was updated successfully, but these errors were encountered:
Thanks for reporting and suggesting a workaround. I can't see any other way either, so I will include this in the upcoming 1.0.7 release.
Sorry, something went wrong.
Merge pull request #1 from edvin/master
535cc68
pull latest
No branches or pull requests
If I want parameters passed to the launched application, I can pass them to fxlauncher.Launcher but it doesn't pass them through.
I solved this by adding this line before the app.start(primaryStage); in Launcher.java:
I know this uses a com.sun class but I didn't see any other way to do it.
The text was updated successfully, but these errors were encountered: