Revision 10788 branches/F2/extensions/extJCRS/src/org/gvsig/crs/gui/panels/NewCRSPanel.java

View differences:

NewCRSPanel.java
137 137
	 */
138 138
	public JTable getJTable() {
139 139
		if (jTable == null) {
140
			//TODO: Poner los titulos de las columnas correspondientes
140 141
			String[] columnNames= {PluginServices.getText(this,"codigo"),
141 142
					PluginServices.getText(this,"nombre"),
142 143
					PluginServices.getText(this,"tipo"),

Also available in: Unified diff