UIController init() #1357
Answered
by
AlmasB
CamposmDev
asked this question in
Q&A
UIController init()
#1357
-
I have a controller class that implements UIController. I notice I have to implement a method called init(). I'm wondering when init is invoked. I've tried printing out some stuff but it's never executed. |
Beta Was this translation helpful? Give feedback.
Answered by
AlmasB
Mar 1, 2024
Replies: 1 comment
-
Hi @CamposmDev It is executed right after the FXML file is loaded:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CamposmDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @CamposmDev
It is executed right after the FXML file is loaded: