|
|
|
@ -44,8 +44,6 @@ import java.awt.Font;
|
|
|
|
|
import java.awt.event.ItemEvent; |
|
|
|
|
import java.awt.event.ItemListener; |
|
|
|
|
|
|
|
|
|
import static com.fr.widgettheme.theme.widget.theme.WidgetThemeDisplayConstants.THEME_MOBILE_WIDGET_BACKGROUND_WIDTH; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* <p> 开启控件显示增强后替换原通用属性面板 |
|
|
|
|
* <p> 参考{@link com.fr.design.mainframe.mobile.ui.MobileStyleDefinePane} |
|
|
|
@ -211,7 +209,7 @@ public class DisplayEnhanceMobileStyleDefinePane extends BasicBeanPane<MobileSty
|
|
|
|
|
protected void createBackgroundPane() { |
|
|
|
|
widgetBackgroundSelectBox = new NewColorSelectBox(NORMAL_COMBO_WIDTH); |
|
|
|
|
widgetBgAlphaDragPane = new UIPercentDragPane(); |
|
|
|
|
JPanel widgetBackgroundComponent = WidgetStyleComponentCombiner.combineWidgetBackgroundComponent(widgetBackgroundSelectBox, widgetBgAlphaDragPane, THEME_MOBILE_WIDGET_BACKGROUND_WIDTH); |
|
|
|
|
JPanel widgetBackgroundComponent = WidgetStyleComponentCombiner.combineWidgetBackgroundComponent(widgetBackgroundSelectBox, widgetBgAlphaDragPane, WidgetThemeDisplayConstants.THEME_MOBILE_WIDGET_BACKGROUND_WIDTH); |
|
|
|
|
initBackgroundColor(); |
|
|
|
|
settingPane.add(createLeftRightComponentsPane(createConfigLabel(Toolkit.i18nText("Fine-Design_Mobile_Widget_Background")), widgetBackgroundComponent)); |
|
|
|
|
} |
|
|
|
|