Revision 6930

View differences:

trunk/libraries/libJCRS/src/org/gvsig/crs/ui/CrsView.java
251 251
			tn.setSize(new Dimension(550, 275));
252 252
			tn.setLayout(new GridLayout(2,2));
253 253
			tn.setLayout(new FlowLayout(FlowLayout.LEFT,5,10));
254
		//	setProjection(tn.getProjection());
255 254
			PluginServices.getMDIManager().addView(tn);
256 255
		}else if(manualTrans.isSelected() == true && contentPane.getCodeCRS() != -1) {
257 256
			PluginServices.getMDIManager().closeView(this);
......
259 258
			tm.setSize(new Dimension(550, 400));
260 259
			tm.setLayout(new GridLayout(2,2));
261 260
			tm.setLayout(new FlowLayout(FlowLayout.LEFT,5,10));
262
		//	setProjection(tm.getProjection());
263 261
			PluginServices.getMDIManager().addView(tm);
264 262
		}else if(withOutTrans.isSelected() == true && contentPane.getCodeCRS() != -1) {
265 263
			PluginServices.getMDIManager().closeView(this);

Also available in: Unified diff