|
|
|
@ -139,6 +139,8 @@ public class LayoutStylePane extends BasicBeanPane<LayoutBorderStyle> {
|
|
|
|
|
double[] columnSize = {SETTING_LABEL_WIDTH, f}; |
|
|
|
|
|
|
|
|
|
UILabel uiLabel = new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Form_Widget-Style_Background_Style")); |
|
|
|
|
Font font = uiLabel.getFont().deriveFont(Font.BOLD); |
|
|
|
|
uiLabel.setFont(font); |
|
|
|
|
uiLabel.setForeground(new Color(143, 143, 146)); |
|
|
|
|
|
|
|
|
|
JPanel contentPane = TableLayoutHelper.createGapTableLayoutPane(new JComponent[][]{ |
|
|
|
@ -172,6 +174,8 @@ public class LayoutStylePane extends BasicBeanPane<LayoutBorderStyle> {
|
|
|
|
|
this.backgroundOpacityPane); |
|
|
|
|
|
|
|
|
|
UILabel uiLabel = new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Form_Widget-Style_Body_Content")); |
|
|
|
|
Font font = uiLabel.getFont().deriveFont(Font.BOLD); |
|
|
|
|
uiLabel.setFont(font); |
|
|
|
|
uiLabel.setForeground(new Color(143, 143, 146)); |
|
|
|
|
JPanel contentPane = TableLayoutHelper.createGapTableLayoutPane(new JComponent[][]{ |
|
|
|
|
{uiLabel, null}, |
|
|
|
@ -304,6 +308,8 @@ public class LayoutStylePane extends BasicBeanPane<LayoutBorderStyle> {
|
|
|
|
|
visibleComposedPane.add(new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Form_Widget_Style_Title_Visible")), BorderLayout.CENTER); |
|
|
|
|
|
|
|
|
|
UILabel uiLabel = new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Form_Widget_Style_Title")); |
|
|
|
|
Font font = uiLabel.getFont().deriveFont(Font.BOLD); |
|
|
|
|
uiLabel.setFont(font); |
|
|
|
|
uiLabel.setForeground(new Color(143, 143, 146)); |
|
|
|
|
JPanel topPane = TableLayoutHelper.createCommonTableLayoutPane( new JComponent[][] { |
|
|
|
|
{uiLabel, null}, |
|
|
|
|