Revision 12727 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/legend/gui/LabelingManager.java

View differences:

LabelingManager.java
2 2
 * Created on 01-jun-2004
3 3
 *
4 4
 */
5
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
5
/* gvSIG. Sistema de Informaci�n Geogr�fica de la Generalitat Valenciana
6 6
 *
7 7
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
8 8
 *
......
24 24
 *
25 25
 *  Generalitat Valenciana
26 26
 *   Conselleria d'Infraestructures i Transport
27
 *   Av. Blasco Ib??ez, 50
27
 *   Av. Blasco Ib��ez, 50
28 28
 *   46010 VALENCIA
29 29
 *   SPAIN
30 30
 *
......
918 918
	public void actionPerformed(ActionEvent e) {
919 919
		if (noEvent) return;
920 920
		JComponent c = (JComponent)e.getSource();
921
		System.out.println(c.getName());
921
		
922 922
		if (c.equals(chkApplyLabels)) {
923 923
			boolean b = chkApplyLabels.isSelected();
924 924
			// enables/disables all components

Also available in: Unified diff