Entiendo que estás utlizando JProgressBar. Puedes cambiar el color con UIManager:
UIManager.put("ProgressBar.background", Color.RED); UIManager.put("ProgressBar.foreground", Color.RED); UIManager.put("ProgressBar.selectionBackground", Color.RED); UIManager.put("ProgressBar.selectionForeground", Color.RED);
Login using Facebook Login using GitHub Login using Google