문제

I have a javafx pane and a rectangle inside it.. I want to make the rectangle fill all space of the pane without set the width or height manually, because the pane be resizable..

can anybody help me?

도움이 되었습니까?

해결책

Bind the height and width properties of the Rectangle to the height and width properties of the Pane.

Or you might want to just set the background of the Pane using css and get rid of the Rectangle altogether.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top