diff --git a/src/com/fr/plugin/demo/DemoTableDataPane.java b/src/com/fr/plugin/demo/DemoTableDataPane.java index f31a291..b3e2def 100644 --- a/src/com/fr/plugin/demo/DemoTableDataPane.java +++ b/src/com/fr/plugin/demo/DemoTableDataPane.java @@ -4,6 +4,8 @@ import com.fr.design.gui.icombobox.UIComboBox; import com.fr.design.gui.itextfield.UITextField; import com.fr.design.mainframe.chart.gui.data.CalculateComboBox; import com.fr.extended.chart.AbstractExtendedChartTableDataPane; +import com.fr.extended.chart.ExtendedCustomFieldComboBoxPane; +import com.fr.extended.chart.UIComboBoxWithNone; import java.awt.Component; @@ -21,9 +23,11 @@ public class DemoTableDataPane extends AbstractExtendedChartTableDataPane