|
|
@ -56,6 +56,7 @@ public class MeterPlotTableDataContentPane extends AbstractTableDataContentPane |
|
|
|
this.setLayout(new BorderLayout()); |
|
|
|
this.setLayout(new BorderLayout()); |
|
|
|
|
|
|
|
|
|
|
|
nameBox = new UIComboBoxWithNone(); |
|
|
|
nameBox = new UIComboBoxWithNone(); |
|
|
|
|
|
|
|
nameBox.setSelectedIndex(nameBox.getItemCount() -1); |
|
|
|
valueBox = new UIComboBox(); |
|
|
|
valueBox = new UIComboBox(); |
|
|
|
targetBox = new UIComboBox(); |
|
|
|
targetBox = new UIComboBox(); |
|
|
|
custom = new TinyFormulaPane(); |
|
|
|
custom = new TinyFormulaPane(); |
|
|
|