centralUpperPanel.add(buttonNewVariable, BorderLayout.EAST);
centralUpperPanel.add(new JLabel(INPUT_DESCRIPTION), BorderLayout.CENTER);
componentsPanel.add(centralUpperPanel, BorderLayout.NORTH);
/********** TABLE **********/
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());