Hi,
I don't know if this is the best place to ask this question but anyway.
After creating a ValidationSupport and registering a combo box the
resize behavior of my app changed.
At the root of my app a border pane is placed.
In the center a scroll pane with a table.
On the top is a toolbar with the combo box on the left.
When I add the validation support the app did not grow when resized but
on all edges empty space occur...
Here is the controls fx code:
ValidationSupport valSup = new ValidationSupport();
valSup.registerValidator( comboB, Validator.createEmptyValidator( "empty!" ) );
Seems to be a bug... is it?
If needed I can paste the FXML code ...
regards,
Olek