Javafx- fix the layout of a borderPane to be a perfect 3 by 3 cube of buttons filling all the space
I can’t figure out how to get the borderPane space filled without any space left in the stage. The borderPane cannot be changed to a gridPane because that is not the directions I need to follow. I am looking for a way to resize the borderPane components or make the buttons fill the space completly. As a bonus a way for the buttons and borderPane to change size with the window. The buttons should all be the same size. THANKS