|
|
@ -83,10 +83,13 @@ public class ChartTitleAndBackgroundStylePane extends AbstractChartStylePane { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
protected Component[][] getComponent() { |
|
|
|
protected Component[][] getComponent() { |
|
|
|
|
|
|
|
String chartAreaBgLabelName = Toolkit.i18nText("Fine-Design_Chart_Area_Background_Color"); |
|
|
|
|
|
|
|
UILabel chartAreaBgLabel = new UILabel(chartAreaBgLabelName); |
|
|
|
|
|
|
|
chartAreaBgLabel.setToolTipText(chartAreaBgLabelName); |
|
|
|
return new Component[][]{ |
|
|
|
return new Component[][]{ |
|
|
|
new Component[]{chartFontPane, null}, |
|
|
|
new Component[]{chartFontPane, null}, |
|
|
|
new Component[]{null, null}, |
|
|
|
new Component[]{null, null}, |
|
|
|
new Component[]{new UILabel(Toolkit.i18nText("Fine-Design_Chart_Area_Background_Color")), typeComboBox}, |
|
|
|
new Component[]{chartAreaBgLabel, typeComboBox}, |
|
|
|
new Component[]{null, centerPane}, |
|
|
|
new Component[]{null, centerPane}, |
|
|
|
new Component[]{new UILabel(Toolkit.i18nText("Fine-Design_Chart_Grid_Line_Color")), mainGridColor} |
|
|
|
new Component[]{new UILabel(Toolkit.i18nText("Fine-Design_Chart_Grid_Line_Color")), mainGridColor} |
|
|
|
}; |
|
|
|
}; |
|
|
|