Revision 449 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/NewMapControl.java

View differences:

NewMapControl.java
20 20
import javax.swing.JComponent;
21 21
import javax.swing.Timer;
22 22

  
23
import org.apache.log4j.Logger;
23 24

  
25

  
24 26
/**
25 27
 * DOCUMENT ME!
26 28
 *
......
45 47
    private ViewPort vp;
46 48
    private Color backColor = Color.WHITE;
47 49
    private Drawer drawer;
48

  
50
    private static Logger logger = Logger.getLogger(NewMapControl.class.getName());
49 51
    /**
50 52
     * Crea un nuevo NewMapControl.
51 53
     */
......
190 192
            }
191 193
            
192 194
        } else if (status == DESACTUALIZADO) {
195
        	logger.debug("Pintando MapControl");
193 196
            image = new BufferedImage(this.getWidth(), this.getHeight(),
194 197
                    BufferedImage.TYPE_INT_ARGB);
195 198
            image.getGraphics().setColor(backColor);

Also available in: Unified diff