Revision 7679 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/MapControl.java

View differences:

MapControl.java
144 144

  
145 145
        this.drawer2 = new Drawer2();
146 146
		//Timer para mostrar el redibujado mientras se dibuja
147
		timer = new Timer(300,
147
		timer = new Timer(360,
148 148
				new ActionListener() {
149 149
					public void actionPerformed(ActionEvent e) {
150 150
						MapControl.this.repaint();

Also available in: Unified diff