Class ProgressDialog

  • All Implemented Interfaces:
    EventTarget

    public class ProgressDialog
    extends Dialog<Void>
    Progress Dialog to report on the progress of any background Worker.
    After the given Worker finishes, the Progress Dialog automatically closes.
    • Constructor Detail

      • ProgressDialog

        public ProgressDialog​(Worker<?> worker)