|
|
@ -2,7 +2,6 @@ package com.fr.design.mainframe.theme.edit.chart; |
|
|
|
|
|
|
|
|
|
|
|
import com.fr.base.BaseUtils; |
|
|
|
import com.fr.base.BaseUtils; |
|
|
|
import com.fr.base.FRContext; |
|
|
|
import com.fr.base.FRContext; |
|
|
|
import com.fr.base.Utils; |
|
|
|
|
|
|
|
import com.fr.design.constants.LayoutConstants; |
|
|
|
import com.fr.design.constants.LayoutConstants; |
|
|
|
import com.fr.design.dialog.BasicPane; |
|
|
|
import com.fr.design.dialog.BasicPane; |
|
|
|
import com.fr.design.event.UIObserverListener; |
|
|
|
import com.fr.design.event.UIObserverListener; |
|
|
@ -79,7 +78,7 @@ public class ChartFontPane extends BasicPane { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
protected JPanel getContentPane(JPanel buttonPane) { |
|
|
|
protected JPanel getContentPane(JPanel buttonPane) { |
|
|
|
double e1 = 75; |
|
|
|
double e1 = 90; |
|
|
|
double e = 155; |
|
|
|
double e = 155; |
|
|
|
double p = TableLayout.PREFERRED; |
|
|
|
double p = TableLayout.PREFERRED; |
|
|
|
double[] rows = {p, p, p}; |
|
|
|
double[] rows = {p, p, p}; |
|
|
@ -91,7 +90,7 @@ public class ChartFontPane extends BasicPane { |
|
|
|
new Component[]{null, buttonPane} |
|
|
|
new Component[]{null, buttonPane} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
return TableLayoutHelper.createGapTableLayoutPane(components, rows, columnSize, 20, LayoutConstants.VGAP_LARGE); |
|
|
|
return TableLayoutHelper.createGapTableLayoutPane(components, rows, columnSize, 5, LayoutConstants.VGAP_LARGE); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getUILabelText() { |
|
|
|
public String getUILabelText() { |
|
|
|