I have created a Swing JProgresBar and set indeterminate to "true". The progress bar works correctly but it cycles extremely fast and the it's annoying to look at for longer than 3 seconds. I want to slow it down and I thought there would be a method for this. If there is a method I haven't found it yet. Any help would be greatly appreciated.
sftpProgressBar.setIndeterminate(true);
sftpDialog.setVisible(true);