import solution progress bar

Does anyone know what is the name of the progress bar showing in the bottom of the repository dialog when importing / exporting a solution.

It is not a normal progress bar which has a start & end.
It just swings from left to right until the process is completed.
It could be used for showing progress when actual end time of the method execution is unknown.

Thanks

I think it is a JProgressBar with setIndeterminate(true) property.

Is this correct?

Thanks

indeterminate set to true is correct yes…

thanks Marcel!