@ -17,6 +17,7 @@ import com.fr.design.layout.FRGUIPaneFactory;
import com.fr.design.layout.TableLayout ;
import com.fr.design.layout.TableLayout ;
import com.fr.design.layout.TableLayoutHelper ;
import com.fr.design.layout.TableLayoutHelper ;
import com.fr.design.style.color.ColorSelectBox ;
import com.fr.design.style.color.ColorSelectBox ;
import com.fr.design.utils.DesignUtils ;
import com.fr.design.utils.gui.GUICoreUtils ;
import com.fr.design.utils.gui.GUICoreUtils ;
import com.fr.form.ui.mobile.MobileBookMarkStyle ;
import com.fr.form.ui.mobile.MobileBookMarkStyle ;
import com.fr.form.ui.mobile.impl.SidebarMobileBookMarkStyle ;
import com.fr.form.ui.mobile.impl.SidebarMobileBookMarkStyle ;
@ -161,7 +162,7 @@ public class SidebarMobileBookMarkStyleCustomDefinePane extends BasicBeanPane<Mo
normalBorderWidthComBox . setSelectedLineStyle ( DEFAULT_STYLE . getBorderLineStyle ( ) ) ;
normalBorderWidthComBox . setSelectedLineStyle ( DEFAULT_STYLE . getBorderLineStyle ( ) ) ;
normalBorderColorBox = new ColorSelectBox ( COLUMN_WIDTH ) ;
normalBorderColorBox = new ColorSelectBox ( COLUMN_WIDTH ) ;
normalBorderColorBox . setSelectObject ( DEFAULT_STYLE . getBorderColor ( ) ) ;
normalBorderColorBox . setSelectObject ( DEFAULT_STYLE . getBorderColor ( ) ) ;
normalFontNameComboBox = new UIComboBox ( Utils . getAvailableFontFamilyNames4Report ( ) ) ;
normalFontNameComboBox = new UIComboBox ( Design Utils. getAvailableFontFamilyNames4Report ( ) ) ;
normalFontNameComboBox . setSelectedItem ( DEFAULT_STYLE . getSelectedFontFamily ( ) ) ;
normalFontNameComboBox . setSelectedItem ( DEFAULT_STYLE . getSelectedFontFamily ( ) ) ;
normalFontSizeComboBox = new UIComboBox ( FRFontPane . FONT_SIZES ) ;
normalFontSizeComboBox = new UIComboBox ( FRFontPane . FONT_SIZES ) ;
normalFontSizeComboBox . setSelectedItem ( DEFAULT_STYLE . getFontSize ( ) ) ;
normalFontSizeComboBox . setSelectedItem ( DEFAULT_STYLE . getFontSize ( ) ) ;
@ -248,7 +249,7 @@ public class SidebarMobileBookMarkStyleCustomDefinePane extends BasicBeanPane<Mo
selectedBorderWidthComBox . setSelectedLineStyle ( DEFAULT_STYLE . getSelectedBorderLineStyle ( ) ) ;
selectedBorderWidthComBox . setSelectedLineStyle ( DEFAULT_STYLE . getSelectedBorderLineStyle ( ) ) ;
selectedBorderColorBox = new ColorSelectBox ( COLUMN_WIDTH ) ;
selectedBorderColorBox = new ColorSelectBox ( COLUMN_WIDTH ) ;
selectedBorderColorBox . setSelectObject ( DEFAULT_STYLE . getSelectedBorderColor ( ) ) ;
selectedBorderColorBox . setSelectObject ( DEFAULT_STYLE . getSelectedBorderColor ( ) ) ;
selectedFontNameComboBox = new UIComboBox ( Utils . getAvailableFontFamilyNames4Report ( ) ) ;
selectedFontNameComboBox = new UIComboBox ( Design Utils. getAvailableFontFamilyNames4Report ( ) ) ;
selectedFontNameComboBox . setSelectedItem ( DEFAULT_STYLE . getSelectedFontFamily ( ) ) ;
selectedFontNameComboBox . setSelectedItem ( DEFAULT_STYLE . getSelectedFontFamily ( ) ) ;
selectedFontSizeComboBox = new UIComboBox ( FRFontPane . FONT_SIZES ) ;
selectedFontSizeComboBox = new UIComboBox ( FRFontPane . FONT_SIZES ) ;
selectedFontSizeComboBox . setSelectedItem ( DEFAULT_STYLE . getSelectedFontSize ( ) ) ;
selectedFontSizeComboBox . setSelectedItem ( DEFAULT_STYLE . getSelectedFontSize ( ) ) ;