Class ObservationDetailsDialog

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

public class ObservationDetailsDialog extends JDialog implements FocusListener
This modeless dialog class displays info about a single observation. It also allows us to change the discrepant status of the observation. TODO: We should have a pool of these and clear the text for each use since they take awhile to render otherwise and we are likely to create many per session. Or just have one per observation. Great way to have a memory leak though.
See Also: