I started implementing a solution for myself to manage user/application preferences, but then thought to myself there has to be a solution out there already. I started looking and found the JFace API. I got excited, but then noticed it is designed to work with SWT. My application is written using Swing. I tried looking for a similar solution for Swing, but have not had any luck.
I'm looking for the equivalent of JFace for Swing (if that exists).
Is there a solution out there for managing preferences like JFace in Swing?