-
Bug
-
Resolution: Fixed
-
P3
-
9
-
None
We need to create unit tests for the following methods added to GridPane:
public final int getRowCount()
public final int getColumnCount()
public final Bounds getCellBounds(int columnIndex, int rowIndex)
Please seeJDK-8091874 for more information.
public final int getRowCount()
public final int getColumnCount()
public final Bounds getCellBounds(int columnIndex, int rowIndex)
Please see