Class AboutDialog

    • Constructor Detail

      • AboutDialog

        public AboutDialog()
        AboutDialog constructor comment.
      • AboutDialog

        public AboutDialog​(Dialog owner)
        AboutDialog constructor comment.
        Parameters:
        owner - java.awt.Dialog
      • AboutDialog

        public AboutDialog​(Dialog owner,
                           String title)
        AboutDialog constructor comment.
        Parameters:
        owner - java.awt.Dialog
        title - java.lang.String
      • AboutDialog

        public AboutDialog​(Dialog owner,
                           String title,
                           boolean modal)
        AboutDialog constructor comment.
        Parameters:
        owner - java.awt.Dialog
        title - java.lang.String
        modal - boolean
      • AboutDialog

        public AboutDialog​(Dialog owner,
                           boolean modal)
        AboutDialog constructor comment.
        Parameters:
        owner - java.awt.Dialog
        modal - boolean
      • AboutDialog

        public AboutDialog​(Frame owner)
        AboutDialog constructor comment.
        Parameters:
        owner - java.awt.Frame
      • AboutDialog

        public AboutDialog​(Frame owner,
                           String title)
        AboutDialog constructor comment.
        Parameters:
        owner - java.awt.Frame
        title - java.lang.String
      • AboutDialog

        public AboutDialog​(Frame owner,
                           String title,
                           boolean modal)
        AboutDialog constructor comment.
        Parameters:
        owner - java.awt.Frame
        title - java.lang.String
        modal - boolean
      • AboutDialog

        public AboutDialog​(Frame owner,
                           boolean modal)
        AboutDialog constructor comment.
        Parameters:
        owner - java.awt.Frame
        modal - boolean