Class MapViewer

All Implemented Interfaces:
WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class MapViewer extends JFrame implements WindowListener
This class implements some of the ornamentation and control functions that would be required for a MapViewer.

Most of the work in setting up a mapviewer is handled by the view (MapPanel) and the data model (LayerList).

This class supports serialization though the saveLayout method.

See Also:
Serialized Form