All Questions
1 question
1
vote
2
answers
1k
views
WatchService freezes JavaFX GUI
I've got a JavaFX application which has to trigger whenever a file is renamed. I'm new to WatchService, I've done the demo's and it works.
Though, the demo's are simple applications with 1 class. Now ...