Class PreferencesPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.dandymadeproductions.ajqvue.gui.panels.PreferencesPanel
All Implemented Interfaces:
PreferencesPanelInterface, ImageObserver, MenuContainer, Serializable, Runnable, Accessible
Direct Known Subclasses:
PreferencesPanelEarlySpring, PreferencesPanelFall, PreferencesPanelSpring, PreferencesPanelSummer, PreferencesPanelWinter

public abstract class PreferencesPanel extends JPanel implements PreferencesPanelInterface
The PreferencesPanel class provides the general framework and link to the PreferencesPanel Interface inheritance for all PreferencesPanels in MyJSQLView. The class is used to display varying top preferences panels based on the current season.
See Also: