I am trying to layout my screen in JavaFX and have trouble using GridPane. I have 2 rows - one of them is set to have percentHeight of 80 and the other of 20 but what I'm seeing is that one row is overlaping the other
here is a little illustration (if you can call it like that :) ) that hopefully demonstrates what I mean (numbers indicate row numbers and '*' represents the overlap)
1 label1 <--- belongs to row 1
1 list1
1 |
1 |
1 |
12 | * label2 <--- belongs to row 2
12 | * list2
2 |
2 |
anyone encountered this problem? did I do something wrong?