I need to save the state of UIs like the division percentage of a SplitPane and whether a CheckBox is checked.
Is there a convenient way to do this? Otherwise, I think I have to save the state of controls that need to save in a JSON file and reset the state of the controls when the app starts.
Is there a convenient way to do this? Otherwise, I think I have to save the state of controls that need to save in a JSON file and reset the state of the controls when the app starts.