How to resize JavaFx fxml components with maximizing the window?

299 Views Asked by At

I am using JavaFx fxml to develop my GUI project. The problem is they are remaining as same they are defined in side the layout. I am using AnchorPane layout but it gives no result. I had tried GridPane and VBox too. I had watched some youtube videos but they didn't use fxml. Anybody has any idea that how can I make them work?

0

There are 0 best solutions below