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

View differences:

MapControl.java
143 143

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

Also available in: Unified diff