Class ImageViewer

    • Constructor Detail

    • Method Detail

      • show

        public static void show​(BufferedImage image,
                                String title,
                                boolean modal)
        Opens a JDialog with the image viewer in it.
        Parameters:
        image - the image to show.
        title - the title of the dialog.
        modal - if true, the dialog is modal.