Class VolumePositionFrame

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

public class VolumePositionFrame extends JFrame
VolumePositionFrame, used by the ViewJFrameTriImage class to display the volume position data.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Use serialVersionUID for interoperability.
      See Also:
    • parentFrame

      protected ViewJFrameTriImage parentFrame
      Reference to the parentFrame, to notify when this window closes:.
  • Constructor Details

    • VolumePositionFrame

      public VolumePositionFrame(ViewJFrameTriImage parentFrame, JTabbedPane tabbedPane)
      Creates a new VolumePositionFrame object.
      Parameters:
      parentFrame - DOCUMENT ME!
      tabbedPane - DOCUMENT ME!
  • Method Details

    • dispose

      public void dispose()
      DOCUMENT ME!
      Overrides:
      dispose in class Window