I'm doing a java GUI Project, in which I'm giving a SETTING Feature in which user can able to change the title of window, size, etc,
For example there will be text-box which will receive user input for changing the title... till now all is good...
But what if user restart the application.. Everything will be by default again...
So user have to change the title again..
So I'm trying to store this information.. So that when application will restart.... It will take the tha information and set the values like user wanted..
But i don't know how and where to store these information.... There will be multiple information.. I was thinking to store in file... But how I will retrieve and separate these information......
Just the the way to do it....
If you can give some examples then it will be great :))