/worker-threads

Demonstration of using Worker Threads in JavaFX

Primary LanguageJava

Using Worker Threads in JavaFX

This code displays a counter with progress bar. But it doesn't use threads for the counter task.

  • Does the UI behave normally?
  • Can you stop the counter by pressing "Stop"?

For details see javafx/WorkerThreads on OOP course site.