JavaFX Scale Elements to Screen Resolution
问题 I've created a GUI in JavaFX using SceneBuilder that works perfectly in windowed mode. It looks like this; What I would like to do is run the program maximised (not full screen) and ideally have the elements resize according to whether the stage is maximised or not. This is what the GUI looks like when the program is maximised; As you can see for some bizzare reason the table does "scale" however none of the other elements do. Is there a setting in SceneBuilder I can use that makes the