Revision 99 org.gvsig.chart/trunk/org.gvsig.chart/org.gvsig.chart.app/org.gvsig.chart.app.legendplugin/src/main/java/org/gvsig/project/documents/view/legend/gui/ChartLegendPanelPie.java

View differences:

ChartLegendPanelPie.java
176 176
			outlinePanel = new JPanel();
177 177
			outlinePanel.setLayout(new BorderLayout());
178 178
			outlinePanel.setBorder(BorderFactory.createTitledBorder(null,
179
					PluginServices.getText(this, "Background"),
179
					PluginServices.getText(this, "background_color"),
180 180
					TitledBorder.DEFAULT_JUSTIFICATION,
181 181
					TitledBorder.DEFAULT_POSITION, new Font("Dialog",
182 182
							Font.BOLD, 12), new Color(51, 51, 51)));
......
258 258
	private JCheckBox getJCheckBox() {
259 259
		if (jCheckBox == null) {
260 260
			jCheckBox = new JCheckBox();
261
			jCheckBox.setText(PluginServices.getText(this, "show"));
261
			jCheckBox.setText(PluginServices.getText(this, "Show"));
262 262
			jCheckBox.addChangeListener(new ChangeListener() {
263 263
				public void stateChanged(ChangeEvent e) {
264 264
					// getPreviewChart().setOutlineShow(jCheckBox.isSelected());

Also available in: Unified diff