Executed on the Event Dispatch Thread after the doInBackground
method is finished. The default
implementation does nothing. Subclasses may override this method to
perform completion actions on the Event Dispatch Thread. Note
that you can query status inside the implementation of this method to
determine the result of this task or whether this task has been cancelled.
doInBackground, isCancelled(), get
Diagram: SwingWorker