inputTable = new JWatVariableInputTable();
inputTable.setToolTipText(INPUT_TABLE);
help.addHelp(inputTable, INPUT_TABLE);
inputTable.getTableHeader().setReorderingAllowed(false);
inputTable.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
inputTable.setModel(new JWatVariableInputTableModel());
inputTable.addDeleteRowListener(new RowDeleteListener() {
public void rowsDeletedEvent() {
numOfVars.setValue(new Integer(inputTable.getRowCount()));
// Set formatchooser to none
formatchooser.setSelectedIndex(-1);