Class DefaultViewerPopup

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, MenuElement

public class DefaultViewerPopup extends JPopupMenu
The default popup menu for image viewers. The contents of the menu are unspecified and may change between library versions. Author Kazo Csaba
See Also:
  • Constructor Details

    • DefaultViewerPopup

      public DefaultViewerPopup(ImageViewer imageViewer)
      Creates a popup menu for use with the specified viewer.
      Parameters:
      imageViewer - the viewer this popup menu belongs to