| Author |
User Preferences
|
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
Could someone point me in the right direction of a good way to save user preferences. In the past I have kept a DAT file that stored attributes for my SWING GUI. Such as tool bars that are turned on or off, etc. So I have just been parcing this DAT file using BufferedReader and File. Is there a better way? ------------------ Happy Coding, Gregg Bolinger
|
 |
Paul Stevens
Ranch Hand
Joined: May 17, 2001
Posts: 2823
|
|
|
Look into Properties. Look at this thread David gives an example.
|
 |
 |
|
|
subject: User Preferences
|
|
|