79571871

Date: 2025-04-13 18:17:53
Score: 1.5
Natty:
Report link

With the hint of the comments I found a working solution! Thank you for this.

Maybe this is not the best, but a good working solution.

ListProperty<File> listProperty = new SimpleListProperty<>();
listProperty.bind(listView.itemsProperty());

btnRun.disableProperty().bind(areTextFieldsEmpty.or(listProperty.emptyProperty()));

Short enough to understand and working.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ryanthara