Revision 12784

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/MapContext.java
152 152
	public static double ZOOMINFACTOR=2;
153 153
	public static double ZOOMOUTFACTOR=0.5;
154 154

  
155
	private static Color selectionColor;
155
	private static Color selectionColor = Color.YELLOW;
156 156
	
157 157
	
158 158
	/**
......
390 390
			try {
391 391
				aux.addLayer(lyr.cloneLayer());
392 392
			} catch (Exception e) {
393
			
394
				// TODO Auto-generated catch block
395
				e.printStackTrace();
393 396
				throw new XMLException(e);
394 397
			}
395 398
		}

Also available in: Unified diff