|
|
|
@ -74,7 +74,7 @@ public class WriteToolBarPane extends AbstractEditToolBarPane {
|
|
|
|
|
northPane.add(GUICoreUtils.createFlowPane(new Component[]{rptShowLocationLabel, centerRadioButton, leftRadioButton}, FlowLayout.LEFT)); |
|
|
|
|
|
|
|
|
|
colorBox = new UICheckBox(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_Set_Face_Write_Current_Edit_Row_Background") + ":"); |
|
|
|
|
colorBox.setSelected(true); |
|
|
|
|
colorBox.setSelected(false); |
|
|
|
|
colorBox.addActionListener(colorListener); |
|
|
|
|
colorButton = new UIColorButton(BaseUtils.readIcon("/com/fr/design/images/gui/color/background.png")); |
|
|
|
|
northPane.add(GUICoreUtils.createFlowPane(new Component[]{colorBox, colorButton}, FlowLayout.LEFT)); |
|
|
|
|