From 575cc61f9e4587ad4096104f6ca46b711c73e3f5 Mon Sep 17 00:00:00 2001 From: zheng Date: Thu, 27 Sep 2018 15:18:48 +0800 Subject: [PATCH] datafield with none item --- src/com/fr/plugin/demo/DemoTableDataPane.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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