Description: 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
File list (Check if you may need any files):
ExampleBar1.java