I tried using Indeterminate state ProgressBar in SWT, using Chrome browser on Ubuntu 11. Problem here is that ProgressBar is moving too slowly and doesn't looks good. Is there any way to make the ProgressBar movement faster when it's in Indeterminate state?
Follwing is the code snippet:
ProgressBar progressBar = new ProgressBar(parent, SWT.INDETERMINATE);
Thanks a lot.