Class WCancelButton

    • Constructor Detail

      • WCancelButton

        public WCancelButton()
        Creates a WCancelButton with the default text.
      • WCancelButton

        public WCancelButton​(String text)
        Creates a WCancelButton with the specified text.
        Parameters:
        text - the button text
      • WCancelButton

        public WCancelButton​(String text,
                             char accessKey)
        Creates a WCancelButton with the specified text and access key.
        Parameters:
        text - the button text.
        accessKey - the access key.