I have a pretty big swing application and i want to make it remember sizes of all windows, jframes etc. So if user resized window how he likes, next time the window looks ex
I've always used java.util.Preferences for this, but a javax.jnlp.PersistenceService works "even for applications that are running in the restricted execution environment."