Revision 10786 branches/F2/extensions/extJCRS/src-test/org/gvsig/crs/gui/TransformationNadgridsPanelTest.java

View differences:

TransformationNadgridsPanelTest.java
7 7
public class TransformationNadgridsPanelTest {
8 8
	
9 9
	public static void main(String[] args){
10
		TransformationNadgridsPanel trPanel = new TransformationNadgridsPanel();
10
		
11 11
		JFrame jFrame = new JFrame();
12
		jFrame.getContentPane().add(trPanel);	
13
		jFrame.setSize(500, 700);
12
		jFrame.getContentPane().add(new NadsClass());
13
		jFrame.setSize(500, 300);
14 14
		jFrame.setVisible(true);	
15 15
	}
16 16

  

Also available in: Unified diff