Revision 38535 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/view/legend/gui/VectorialInterval.java

View differences:

VectorialInterval.java
186 186
                            PluginServices.getText(this, "color_ramp")));
187 187

  
188 188
            GridBagLayoutPanel aux = new GridBagLayoutPanel();
189
            aux.addComponent(PluginServices.getText(this, "Color_inicio"),
190
                    getColorChooserPanel());
189 191
            aux.addComponent(PluginServices.getText(this, "Color_final"),
190
                    getColorChooserPanel());
191
            aux.addComponent(PluginServices.getText(this, "Color_inicio"),
192 192
                    getColorChooserPanel1());
193 193
            optionPanel.add(aux);
194 194
        }

Also available in: Unified diff