Revision 15637 trunk/extensions/extCAD/src/com/iver/cit/gvsig/gui/cad/panels/matrix/MatrixProperty.java

View differences:

MatrixProperty.java
57 57
	private JButton bLagX = null;
58 58
	private JButton bRotation = null;
59 59
	private MatrixCADTool matrixCADTool;
60
	private static final ImageIcon ilagXY = new ImageIcon(CADExtension.class.getClassLoader()
61
			.getResource("images/lagxy.png"));
62
	private static final ImageIcon iaddpoint = new ImageIcon(CADExtension.class.getClassLoader()
63
			.getResource("images/addpoint.png"));
60
	private static final ImageIcon ilagXY = PluginServices.getIconTheme().get("lagxy-icon");
61
	private static final ImageIcon iaddpoint = PluginServices.getIconTheme().get("addpoint-matrix");
64 62

  
65 63
	/**
66 64
	 * This is the default constructor

Also available in: Unified diff