I need a very simple (skeletal) guide to progress indicators for developing a GUI in Java. The progress bar may be "vague" and ideally have an updated text label.
Here is some skeleton code, which I hope someone can expand just to make something work.
class MyFunView extends FrameView {
@Action
public void excitingButtonPressed() {
}
}
Basically, how and why am I downloading the download code? (I understand that some subclass of Tasks is required?)
Thank you very much in advance.
EDIT:
We only have so much precious time to be alive, and no approach can be made in the form of small code or time, as I would hope, so I will not use the progress bar.
source
share