Skip to content
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

Remove implementing Initalizable #1

Open
pell-je opened this issue Dec 14, 2021 · 1 comment
Open

Remove implementing Initalizable #1

pell-je opened this issue Dec 14, 2021 · 1 comment

Comments

@pell-je
Copy link

pell-je commented Dec 14, 2021

It is implicitly marked as deprecated. Injecting the bundle and url is recommended to be done with @FXML annotation. And the FXMLLoader will call a no-arg initialize()

https://docs.oracle.com/javase/8/javafx/api/javafx/fxml/Initializable.html

I think the goal of this repo is awesome. 👍
JavaFX 🙂

I can submit a PR if you are accepting external input.

@pell-je pell-je changed the title Remove implementing Initalizable It is implicitly marked as deprecated. Injecting the bundle and url is recommended to be done with @FXML annotation. And the FXMLLoader will call a no-arg initialize() Remove implementing Initalizable Dec 14, 2021
@michael-schnell
Copy link
Member

Thanks for the hint. I wasn't aware that it was deprecated.

I can submit a PR if you are accepting external input.

Of course. Please go ahead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants