Getting back into java programming. Last time I used it generics were just being introduced, so it's been awhile.
Has anything been changed or added to make it easier to store window information when you close an application? Say a user resizes the window, adjusts a split pane, or just places the window elsewhere on the desktop I'd like the application to reopen with the last configuration. Or am I still stuck storing all those values individually into a file myself?