-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: javafx
-
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