Revision 42074 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.symbology/org.gvsig.symbology.swing/org.gvsig.symbology.swing.api/src/main/java/org/gvsig/app/gui/styling/Mask.java

View differences:

Mask.java
61 61
 */
62 62
public class Mask extends JPanel {
63 63
	/**
64
	 * 
64
	 *
65 65
	 */
66 66
	private static final long serialVersionUID = 101766990165772454L;
67 67
	private JButton btnHaloSymbol;
......
110 110
		add(aux2);
111 111
	}
112 112
	/**
113
	 * Obbtains the size for the text halo.This size is taken from a
114
	 * JIncrementalNumberField. If this component does not exist,
115
	 * a new JIncrementalNumberField is created to specify it.
113
	 * Obtains the size for the text halo.This size is taken from a
114
	 * JNumberSpinner. If this component does not exist,
115
	 * a new JNumberSpinner is created to specify it.
116 116
	 * @return
117 117
	 */
118 118
	private JNumberSpinner getTxtHaloSize() {

Also available in: Unified diff