public static void setConstraints (Node child, int columnIndex, int rowIndex)

Sets the column,row indeces for the child when contained in a gridpane.

Parameters:
child    the child node of a gridpane
columnIndex    the column index position for the child
rowIndex    the row index position for the child