I have a JavaFX 2.0 application with FXML. I want the components (TextFields, ComboBoxes, layouts, and so on) to be resized when a window with an application is resized. So
Some suggestions for building resizable guis =>
Here is an example of a resizable JavaFX UI which implements some of the principles above.