Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I want to save settings/options in my application, i.e. user would make some settings for application usage. How to save them permanently, so that next time when user launch the application then application must be loaded with last saved settings.
Posted
Updated 19-Dec-10 21:20pm
v3

1 solution

You can use preferences API: http://download.oracle.com/javase/1.4.2/docs/guide/lang/preferences.html, or xml, txt, ini, ... file.
Also you can use database and so on...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900