79367060

Date: 2025-01-18 11:45:07
Score: 1.5
Natty:
Report link

As @Abra mentioned in the comment, you can try binding the preferred widths of the ComboBox and TextFields together in your start() method:

comboBox.prefWidthProperty().bind(textField1.widthProperty());
textField1.prefWidthProperty().bind(textField2.widthProperty());
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Abra
  • Low reputation (0.5):
Posted by: Sithila Somaratne