Revision 1763 branches/pilotoDWG/applications/appgvSIG/src/com/iver/cit/gvsig/gui/cad/tools/ArcCadTool.java

View differences:

ArcCadTool.java
63 63
 */
64 64
public class ArcCadTool extends AbstractCadTool {
65 65
	private static Status[] STATUS = {
66
			new Status("Precise punto inicial"),
67
			new Status("Precise segundo punto"),
68
			new Status("Precise punto final")
66
			new Status("Precise punto inicial(x,y):"),
67
			new Status("Precise segundo punto(x,y):"),
68
			new Status("Precise punto final(x,y):")
69 69
		};
70 70
	private Arco arcStatus = new Arco();
71 71
	

Also available in: Unified diff