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.
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 |
Diagram: GridPane