Revision 30541 trunk/libraries/libUIComponent/src/org/gvsig/gui/beans/progresspanel/ProgressPanel.java

View differences:

ProgressPanel.java
50 50
 * @version 15/07/2008
51 51
 *
52 52
 * @author BorSanZa - Borja Sanchez Zamorano (borja.sanchez@iver.es)
53
 * @author Pablo Piqueras Bartolom? (pablo.piqueras@iver.es)
54 53
 */
55 54
public class ProgressPanel extends JDialog {
56 55
	private static final long serialVersionUID = 4321011219898234352L;
57 56

  
58
	private JPanel jPanel = null;
59
	private JLabel jLabel = null;
60
	private JLabel jLabel1 = null;
61
	private JPanel jPanel1 = null;
62
	private JPanel njp = null;
57
	private JPanel              jPanel              = null;
58
	private JLabel              jLabel              = null;
59
	private JLabel              jLabel1             = null;
60
	private JPanel              jPanel1             = null;
61
	private JPanel              njp                 = null;
63 62
	private DefaultButtonsPanel defaultButtonsPanel = null;
64
	private JProgressBar jProgressBar = null;
65
	private JScrollPane jScrollPane = null;
66
	private JTextPane jTextPane = null;
67
	private LogControl text = new LogControl();
68
	private long startTime = System.currentTimeMillis();
63
	private JProgressBar        jProgressBar        = null;
64
	private JScrollPane         jScrollPane         = null;
65
	private JTextPane           jTextPane           = null;
66
	private LogControl          text                = new LogControl();
67
	private long                startTime           = System.currentTimeMillis();
68
	private boolean             showPause           = true;
69 69

  
70
	private boolean showPause = true;
71

  
72 70
	/**
73 71
	 * Constructor
74 72
	 */
......
82 80
		this.showPause = showPause;
83 81
		initialize();
84 82
	}
85

  
83
	
86 84
	/**
87 85
	 * @see JDialog#JDialog(Dialog, boolean)
88 86
	 */

Also available in: Unified diff