Class UserAgreementDialog

    • Constructor Detail

      • UserAgreementDialog

        public UserAgreementDialog​(boolean showAgreementChoices,
                                   boolean exitOnCancel)
    • Method Detail

      • cancelCallback

        protected void cancelCallback()
        Description copied from class: DialogComponentProvider
        The callback method for when the "Cancel" button is pressed. The default behavior is to call setVisible(false) and dispose() on the dialog.
        Overrides:
        cancelCallback in class DialogComponentProvider
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception