Preserve State



In a simple desktop application, when the user starts my program again, I want her to find things just as she left them last time. What is a simple straightforward way to implement such persistence?
.


Loading