Answer the question
In order to leave comments, you need to log in
JavaFx. How to save the state of the checkbox and the text field?
When you reopen the application, the state of the text fields and buttons should be the same as before closing. How to do it?
Answer the question
In order to leave comments, you need to log in
Save the content\state of the necessary components in json\txt\prop\xml\etc when the program is closed and restore it when it is opened (the form is drawn, you read the state and fill in the required one).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question