Revision 31410 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/reproject/ui/LayerReprojectPanel.java

View differences:

LayerReprojectPanel.java
1
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
1
/* gvSIG. Sistema de Informaci�n Geogr�fica de la Generalitat Valenciana
2 2
 *
3 3
 * Copyright (C) 2007 IVER T.I. and Generalitat Valenciana.
4 4
 *
......
45 45
import com.iver.cit.gvsig.project.documents.view.gui.BaseView;
46 46
import com.iver.cit.gvsig.project.documents.view.gui.View;
47 47
/**
48
 * Panel para la reproyecci?n de capas cargadas.
48
 * Panel para la reproyeccin de capas cargadas.
49 49
 * 
50 50
 * 28/04/2008
51 51
 * @author Nacho Brodin nachobrodin@gmail.com
......
117 117
	}
118 118
	
119 119
	/**
120
	 * Inicializaci?n de los componentes gr?ficos.
120
	 * Inicializaci�n de los componentes gr�ficos.
121 121
	 */
122 122
	private void init() {
123 123
		GridBagConstraints gridBagConstraints;
......
242 242
	}
243 243

  
244 244
	/**
245
	 * Obtiene el bot?n que lanza el panel de selecci?n de proyecciones.
245
	 * Obtiene el bot�n que lanza el panel de selecci�n de proyecciones.
246 246
	 * @return
247 247
	 */
248 248
	private CRSSelectPanel getProjectionSrcSelector() {
......
263 263
				activeView.setProjection(projectionAux);
264 264
			}
265 265
			
266
			projectionSrcSelector.setTransPanelActive(true);
266
			//projectionSrcSelector.setTransPanelActive(true);
267 267
			projectionSrcSelector.setPreferredSize(null);
268 268
			projectionSrcSelector.addActionListener(new ActionListener() {
269 269
				public void actionPerformed(ActionEvent e) {
......
281 281
	}
282 282
	
283 283
	/**
284
	 * Obtiene el bot?n que lanza el panel de selecci?n de proyecciones.
284
	 * Obtiene el bot�n que lanza el panel de selecci�n de proyecciones.
285 285
	 * @return
286 286
	 */
287 287
	private CRSSelectPanel getProjectionDstSelector() {
288 288
		if (projectionDstSelector == null) {
289 289
			projectionDstSelector = CRSSelectPanel.getPanel(projDst);
290
			projectionDstSelector.setTransPanelActive(true);
290
			//projectionDstSelector.setTransPanelActive(true);
291 291
			projectionDstSelector.setPreferredSize(null);
292 292
			projectionDstSelector.addActionListener(new ActionListener() {
293 293
				public void actionPerformed(ActionEvent e) {

Also available in: Unified diff