|
|
|
@ -144,7 +144,7 @@ public class FormatPane extends AbstractBasicStylePane implements GlobalNameObse
|
|
|
|
|
optionPane.setPreferredSize(new Dimension(0, 0)); |
|
|
|
|
optionPane.add(option, "show"); |
|
|
|
|
|
|
|
|
|
Component[][] components = getComponent(fontPane, centerPane, typePane, optionPane); |
|
|
|
|
Component[][] components = getComponent(fontPane, centerPane, typePane); |
|
|
|
|
this.add(createContentPane(components), BorderLayout.CENTER); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -158,7 +158,7 @@ public class FormatPane extends AbstractBasicStylePane implements GlobalNameObse
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protected Component[][] getComponent (JPanel fontPane, JPanel centerPane, JPanel typePane, JPanel optionPane) { |
|
|
|
|
protected Component[][] getComponent (JPanel fontPane, JPanel centerPane, JPanel typePane) { |
|
|
|
|
return new Component[][]{ |
|
|
|
|
new Component[]{null, null}, |
|
|
|
|
new Component[]{new UILabel(Toolkit.i18nText("Fine-Design_Report_Base_Format"), SwingConstants.LEFT), typePane}, |
|
|
|
|