JavaFX ComboBox not responding on Windows 10
问题 I recently upgraded to Windows 10 and JavaFX code which worked in Windows 8.1 appears to freeze up in 10. I've tracked the issue down to opening a ComboBox within a dialog. This appears to freeze any JavaFX program. Does anyone else have the same issue? (Windows 10 computers are still few and far between so would be good to confirm bug is indeed JavaFX issue) I have attached example code below. The ComboBox in the main stage is fine but when I open a dialog and try and use the ComboBox there,