Class EscapeJDialog

    • Constructor Detail

      • EscapeJDialog

        public EscapeJDialog()
      • EscapeJDialog

        public EscapeJDialog​(Dialog owner,
                             boolean modal)
      • EscapeJDialog

        public EscapeJDialog​(Frame owner)
      • EscapeJDialog

        public EscapeJDialog​(Frame owner,
                             boolean modal)
      • EscapeJDialog

        public EscapeJDialog​(Frame owner,
                             String title)
      • EscapeJDialog

        public EscapeJDialog​(Frame owner,
                             String title,
                             boolean modal)
    • Method Detail

      • createRootPane

        protected JRootPane createRootPane()
        Override createRootPane so that "escape" key can be used to close this window.
        Overrides:
        createRootPane in class JDialog