private FromFileClassLoader loader;
/** Creates new form FunctionEditor */
public FunctionEditor() {
initComponents();
functionTable = new DataTable(new ArrayTabulatedFunction(0, 10, 11));
creator = new FunctionCreator(this, true);
mainFileChooser = new JFileChooser();
loader = new FromFileClassLoader();
mainTable.setModel(new FunctionTableModel(functionTable, this));
}