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

View differences:

MapControl.java
252 252
	 */
253 253
	protected void paintComponent(Graphics g) {
254 254
		if (status == ACTUALIZADO) {
255
			logger.debug("Dibujando la imagen obtenida");
255
			// LWS logger.debug("Dibujando la imagen obtenida");
256 256

  
257 257
			/*
258 258
			 * Si hay un behaviour y la imagen es distinta de null se delega el dibujado
......
260 260
			 */
261 261
			if ((currentMapTool != null) && (image != null)) {
262 262
				currentMapTool.paintComponent(g);			   
263
				System.out.println("Pinto ACTUALIZADO");
263
				// LWS System.out.println("Pinto ACTUALIZADO");
264 264
			}
265 265
		} else if (status == DESACTUALIZADO) {
266
			System.out.println("DESACTUALIZADO: Obteniendo la imagen de la cartograf?a");
266
			// LWS System.out.println("DESACTUALIZADO: Obteniendo la imagen de la cartograf?a");
267 267
			/* if (isOpaque())
268 268
			{
269 269
			    if (image==null)

Also available in: Unified diff