Revision 13137 trunk/extensions/extRasterTools-SE/src-test-ui/org/gvsig/rastertools/geolocation/TestGeoLocationDialog.java

View differences:

TestGeoLocationDialog.java
22 22
import javax.swing.UIManager;
23 23

  
24 24
import org.gvsig.rastertools.geolocation.ui.GeoLocationPanel;
25

  
26 25
/**
27 26
 * Test para el panel de geolocalizaci?n
27
 *
28 28
 * @version 30/07/2007
29 29
 * @author Nacho Brodin (nachobrodin@gmail.com)
30
 *
31 30
 */
32 31
public class TestGeoLocationDialog {
33 32
	private JFrame 			frame = new JFrame();
......
47 46
	}
48 47

  
49 48
	private void initialize() {
50
		GeoLocationPanel glp = new GeoLocationPanel(null, null);
49
		GeoLocationPanel glp = new GeoLocationPanel();
51 50
		frame.setContentPane(glp);
52 51

  
53 52
		frame.setSize(new java.awt.Dimension(220, 230));
......
56 55
		frame.setVisible(true);
57 56
		frame.setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
58 57
	}
59
}
58
}

Also available in: Unified diff