Introduction - If you have any usage issues, please Google them yourself
Create a progress bar jpb = new JProgressBar () jbutton = new JButton ( watch demo ) jbutton.addActionListener (this) this.getContentPane (). Add (jbutton)// set the progress bar of Foreground red jpb.setForeground (Color . red) this.getContentPane (). add (jpb)// progress bar to the registration event listener