Revision 6877 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/InitialWarningExtension.java

View differences:

InitialWarningExtension.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.1  2006-05-25 16:27:21  jaume
46
* Revision 1.2  2006-08-29 07:13:53  cesar
47
* Rename class com.iver.andami.ui.mdiManager.View to com.iver.andami.ui.mdiManager.IWindow
48
*
49
* Revision 1.1  2006/05/25 16:27:21  jaume
47 50
* *** empty log message ***
48 51
*
49 52
*
......
59 62

  
60 63
import com.iver.andami.PluginServices;
61 64
import com.iver.andami.plugins.Extension;
62
import com.iver.andami.ui.mdiManager.View;
65
import com.iver.andami.ui.mdiManager.IWindow;
63 66
import com.iver.andami.ui.mdiManager.ViewInfo;
64 67

  
65 68
public class InitialWarningExtension extends Extension {
......
99 102
		
100 103
	}
101 104
    
102
	private class DlgWaring extends JPanel implements View{
105
	private class DlgWaring extends JPanel implements IWindow{
103 106

  
104 107
		private JButton btnOk = null;
105 108
		private JCheckBox chkBoxShowAgain = null;

Also available in: Unified diff