Browsing all posts in "progress bar".

Progress Bar

In this seasion we try to make progress bar using Jframe. The progress bar is use to identify progress in visual. With it user can see what the program realy running or how far it running
this source code:
import javax.swing.*;
/**
* Demo progress bar
*
* @author indrarusadie
*
*/
public class Main extends JFrame {
[...]