Revision 5869 trunk/libraries/libUI/src/org/gvsig/gui/beans/ProgressDialog.java

View differences:

ProgressDialog.java
43 43
 *
44 44
 * $Id$
45 45
 * $Log$
46
 * Revision 1.2  2006-05-19 06:27:09  jaume
46
 * Revision 1.3  2006-06-15 15:47:25  jaume
47 47
 * *** empty log message ***
48 48
 *
49
 * Revision 1.2  2006/05/19 06:27:09  jaume
50
 * *** empty log message ***
51
 *
49 52
 * Revision 1.1  2006/05/17 17:20:11  jaume
50 53
 * *** empty log message ***
51 54
 *
......
60 63

  
61 64
import com.iver.andami.PluginServices;
62 65
import com.iver.andami.messages.NotificationManager;
63
import com.iver.andami.ui.mdiManager.ViewInfo;
66
import com.iver.andami.ui.mdiManager.SingletonView;
64 67
/**
65 68
 * @author jaume
66 69
 *
......
131 134
			btnCancel.addActionListener(new java.awt.event.ActionListener() { 
132 135
				public void actionPerformed(java.awt.event.ActionEvent e) {
133 136
					NotificationManager.addInfo("The job was cancelled", null);
134
					setModal(false);
135 137
					if (cc!=null)
136 138
						cc.cancel();
137 139
				}
......
148 150
	public void setStatusMessage(String message) {
149 151
		lblStatus.setText(message);
150 152
	}
153

  
151 154
}  //  @jve:decl-index=0:visual-constraint="10,10"

Also available in: Unified diff