A ProgressBar keeps track of progress,
defined as an integer, with 0 indicating no progress has been made.
You can define the maximum end of the range — what value indicates progress is complete — via setMax().
By default, a ProgressBar starts with a progress of 0,
though you can start from some other position via setProgress().