|
|
|
@ -382,7 +382,7 @@ public class CellOtherSetPane extends AbstractCellAttrPane {
|
|
|
|
|
new Component[]{showPartLabel, showPartComboBox, showPartPane}, |
|
|
|
|
new Component[]{hideTypeLabel, textOverflowTypeComboBox, null} |
|
|
|
|
}; |
|
|
|
|
JPanel textOverflowComPane = TableLayoutHelper.createTableLayoutPane(textOverflowComponents, new double[]{p, p, p}, new double[]{p, f, p}); |
|
|
|
|
JPanel textOverflowComPane = TableLayoutHelper.createTableLayoutPane(textOverflowComponents, new double[]{p, p}, new double[]{p, f, p}); |
|
|
|
|
textOverflowComPane.setVisible(false); |
|
|
|
|
textOverflowCheckBox = new UICheckBox(Toolkit.i18nText("Fine-Design_Report_CellWrite_TextOverflow_HideWhenOverflow")); |
|
|
|
|
textOverflowCheckBox.addItemListener(new ItemListener() { |
|
|
|
|