Revision 20393 trunk/extensions/extRemoteSensing/src/org/gvsig/remotesensing/decisiontrees/gui/DecisionTreePanel.java

View differences:

DecisionTreePanel.java
148 148
		if (tabbedPanel==null){
149 149
			tabbedPanel = new JTabbedPane();
150 150
			tabbedPanel.setBorder(new EmptyBorder(0,10,0,10));	
151
			tabbedPanel.addTab(PluginServices.getText(this, "arbol_decision"), getScrollPane());
152
			tabbedPanel.addTab("opciones_salida", getOutputOptionsPanel());
151
			tabbedPanel.addTab(PluginServices.getText(this, "arbol"), getScrollPane());
152
			tabbedPanel.addTab(PluginServices.getText(this,"output_options"), getOutputOptionsPanel());
153 153
		}
154 154
		return tabbedPanel;
155 155
	}

Also available in: Unified diff