|
|
|
@ -1,7 +1,6 @@
|
|
|
|
|
package com.fr.design.mainframe.cell.settingpane; |
|
|
|
|
|
|
|
|
|
import com.fr.base.present.Present; |
|
|
|
|
import com.fr.design.constants.UIConstants; |
|
|
|
|
import com.fr.design.mainframe.theme.utils.DefaultThemedTemplateCellElementCase; |
|
|
|
|
import com.fr.design.present.PresentPane; |
|
|
|
|
|
|
|
|
@ -29,7 +28,6 @@ public class CellPresentPane extends AbstractCellAttrPane {
|
|
|
|
|
presentPane = new PresentPane(); |
|
|
|
|
JPanel content = new JPanel(new BorderLayout()); |
|
|
|
|
content.add(presentPane, BorderLayout.CENTER); |
|
|
|
|
presentPane.setBorder(UIConstants.CELL_ATTR_PRESENTBORDER); |
|
|
|
|
presentPane.addTabChangeListener(new ItemListener() { |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@ -42,7 +40,6 @@ public class CellPresentPane extends AbstractCellAttrPane {
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public String getIconPath() { |
|
|
|
|
// return "com/fr/design/images/data/source/dataDictionary.png";
|
|
|
|
|
return com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_Present"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|