Search code examples
javapersistencepreferences

java: where to store application data? (window sizes/positions, "profile" names, etc.)


Where should I store my user-configurable application data in Java? (e.g. the platform-independent equivalent of the Registry)

I've actually done this before, but I forget how or what terms to google :-(


Solution

  • never mind, it's the Preferences API.