Remember window positions in swing

前端 未结 5 1555
别那么骄傲
别那么骄傲 2021-01-11 23:22

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

5条回答
  •  旧巷少年郎
    2021-01-11 23:47

    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."

提交回复
热议问题