View Single Post
Old Nov 15th, 2006, 9:45 PM   #2
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
The java.util.prefs were introduced in Java 1.4. This package is used to write/read files about your application. Such as saving the window's previous location or the size of the window.

I would recommend, every time a user triggers an event, I would record the information.

Here a link to help you get started: http://javaalmanac.com/egs/java.util.prefs/pkg.html
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote