Class ImageViewer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ImageViewer extends JPanel
Custom Swing component for displaying an image in desktop applications, with configurable camera behavior. The user interface and keyboard shortcuts for controlling the camera are optional, when hidden this component will just display the image and nothing else.
See Also:
  • Constructor Details

    • ImageViewer

      public ImageViewer(boolean controls)
    • ImageViewer

      public ImageViewer(boolean controls, BufferedImage image)
  • Method Details