com.netbreeze.bbowl
Class Settings
java.lang.Object
|
+--com.netbreeze.bbowl.Settings
- All Implemented Interfaces:
- java.io.Serializable
- public class Settings
- extends java.lang.Object
- implements java.io.Serializable
Contains settings for the bean bowl application
- Author:
- Henrik Kniberg
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
recentFiles
public java.util.List recentFiles
addRecentFile
public static void addRecentFile(java.io.File file)
getRecentFiles
public static java.util.Iterator getRecentFiles()
finalize
protected void finalize()
- Overrides:
finalize in class java.lang.Object
loadFromFile
public static void loadFromFile()
throws java.lang.Exception
saveToFile
public static void saveToFile()
throws java.lang.Exception