Class BusyDialog

    • Constructor Detail

      • BusyDialog

        public BusyDialog()
        Creates a BusyDialog
    • Method Detail

      • setOwner

        public static void setOwner​(Frame _owner)
        Sets the Frame for which the BusyDialog is displayed.
      • setDescription

        public void setDescription​(String description)
        Sets the String displayed in the BusyDialog. Can be safely called by the AWT event dispatching thread and threads other than the AWT event dispatching thread.
      • getStackTrace

        public String getStackTrace()