Saving user settings from GUI

前端 未结 1 1287
青春惊慌失措
青春惊慌失措 2021-01-23 21:00

I am currently coding an application, which has an option frame JDialog. This frame contains various checkboxes and text fields that the user can configure.

1条回答
  •  离开以前
    2021-01-23 21:46

    You can use java.util.prefs.Preferences to store the configuration in your JDialog. This question - Java Preference Manager - discuss about how to create frontend+backend solution by using Preferences (something like JFace org.eclipse.jface.preference)

    0 讨论(0)
提交回复
热议问题