Revision 20583 trunk/extensions/extJCRS/src-test/org/gvsig/crs/gui/panels/TransformationCapaPanelTest.java

View differences:

TransformationCapaPanelTest.java
22 22
	             public void windowClosing(WindowEvent e) {System.exit(0);}
23 23
	         });
24 24
	 
25
	         frame.getContentPane().add(new TransformationCapaPanel(1,null));
25
	         frame.getContentPane().add(new TransformationCapaPanel("",null));
26 26
	         frame.setSize(300,500);
27 27
	         //colocar en la pantalla
28 28
	         frame.setLocation(300,0);

Also available in: Unified diff