Class InformationDialog

    • Constructor Detail

      • InformationDialog

        public InformationDialog​(Frame owner,
                                 String message)
        Parameters:
        owner - owner
        message - message
      • InformationDialog

        public InformationDialog​(Dialog owner,
                                 String message)
        Parameters:
        owner - owner
        message - message
    • Method Detail

      • dontShowAgain

        public boolean dontShowAgain()
        Indicates whether the user checked the "dont show again" checkbox.
        Returns:
        true or false
      • $$$getRootComponent$$$

        public JComponent $$$getRootComponent$$$()