public class MuseumSettingsApp
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static javax.swing.JFrame |
jf
The jf.
|
| Constructor and Description |
|---|
MuseumSettingsApp() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.prefs.Preferences |
getPreferences(java.lang.Class<? extends PreferencesItem> c)
Gets the preferences.
|
static javax.swing.JTabbedPane |
getTabbedPane()
Gets the tabbed pane.
|
static void |
main(java.lang.String[] args)
The main method.
|
public static java.util.prefs.Preferences getPreferences(java.lang.Class<? extends PreferencesItem> c)
c - the cpublic static javax.swing.JTabbedPane getTabbedPane()
public static void main(java.lang.String[] args)
throws java.io.FileNotFoundException,
java.io.IOException,
java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.ClassNotFoundException
args - the argumentsjava.io.FileNotFoundException - the file not found exceptionjava.io.IOException - Signals that an I/O exception has occurred.java.lang.InstantiationException - the instantiation exceptionjava.lang.IllegalAccessException - the illegal access exceptionjava.lang.ClassNotFoundException - the class not found exception