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