Revision 13655 trunk/libraries/libUIComponent/src/org/gvsig/gui/beans/ProgressDialog.java

View differences:

ProgressDialog.java
43 43
 *
44 44
 * $Id$
45 45
 * $Log$
46
 * Revision 1.1  2007-08-20 08:34:45  evercher
46
 * Revision 1.2  2007-09-12 16:28:23  bsanchez
47
 * *** empty log message ***
48
 *
49
 * Revision 1.1  2007/08/20 08:34:45  evercher
47 50
 * He fusionado LibUI con LibUIComponents
48 51
 *
49 52
 * Revision 1.6  2006/11/28 13:00:54  jmvivo
......
90 93
 * @deprecated  Falta terminar
91 94
 */
92 95
public class ProgressDialog extends JDialog {  
93

  
96
  private static final long serialVersionUID = 2325230864829072756L;
94 97
	private JProgressBar jProgressBar = null;
95 98
	private JButton btnCancel = null;
96 99
	private JLabel lblStatus = null;

Also available in: Unified diff