Class OKCancelDialog

    • Constructor Detail

      • OKCancelDialog

        public OKCancelDialog​(javax.swing.JFrame parentFrame,
                              java.lang.String title,
                              boolean modal)
        Constructor.
        Parameters:
        parentFrame - The parent frame. Can be null in which case it will be auto detected.
        title - The dialog title
        modal - True if modal
      • OKCancelDialog

        public OKCancelDialog​(java.awt.Frame parentFrame,
                              java.lang.String title,
                              boolean modal)
        Constructor.
        Parameters:
        parentFrame - The parent frame. Can be null in which case it will be auto detected.
        title - The dialog title
        modal - True if modal