Revision 2440 org.gvsig.raster.reproject/branches/org.gvsig.raster.reproject_dataaccess_refactoring/org.gvsig.raster.reproject.app.reprojectclient/src/main/java/org/gvsig/raster/reproject/app/preparelayer/RasterProjectionActionsDialog.java

View differences:

RasterProjectionActionsDialog.java
39 39
/**
40 40
 * Dialogo de opciones de sobre la proyecci?n de la capa raster y la vista.
41 41
 *
42
 * @version 07/04/2008
43 42
 * @author Nacho Brodin nachobrodin@gmail.com
44 43
 */
45 44
public class RasterProjectionActionsDialog extends JPanel implements IWindow, IWindowListener, ActionListener {
......
71 70
		PluginServices.getMDIManager().addWindow(this);
72 71
	}
73 72
	
74
	/*public int showOpenDialog(Component parent) {
75
		synchronized (getTreeLock()) {
76
                try {
77
                    getTreeLock().wait();
78
                } catch (InterruptedException e) {
79
                }
80
        }
81
		return 1;
82
	}*/
83

  
84
	/*
85
	 * (non-Javadoc)
86
	 * @see com.iver.andami.ui.mdiManager.IWindow#getWindowInfo()
87
	 */
88 73
	public WindowInfo getWindowInfo() {
89 74
		WindowInfo m_viewinfo = new WindowInfo(WindowInfo.MODALDIALOG | WindowInfo.RESIZABLE | WindowInfo.MAXIMIZABLE);
90 75
		m_viewinfo.setTitle(PluginServices.getText(this, "options"));
......
126 111
		return getRasterProjectionActionsPanel().getCheckOption().isSelected();
127 112
	}
128 113

  
129
	/*
130
	 * (non-Javadoc)
131
	 * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
132
	 */
133 114
	public void actionPerformed(ActionEvent e) {
134 115
		if (e.getSource() == getRasterProjectionActionsPanel().getCheckOption()) {
135 116
			return;

Also available in: Unified diff