public void add (Node child, int columnIndex, int rowIndex)

Adds a child to the gridpane at the specified column,row position. This convenience method will set the gridpane column and row constraints on the child.

Parameters:
child    the node being added to the gridpane
columnIndex    the column index position for the child within the gridpane, counting from 0
rowIndex    the row index position for the child within the gridpane, counting from 0