I have been using the Swing Application Framework, and very pleased with its sessions state storage. I was wondering if it's possible to delete (clean up) the persisted states.
- of All dialog forms. or
- of specific dialog forms.
If not, has anyone found a clean way to achieve this (stored files aren't saved in the same location depending on the OS etc..).
Thanks
you can delete the corresponding file/s (forgot the exact details about the naming) via the LocalStorage, here's a code snippet I use (with bsaf, but didn't change much, afair)