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.
This code displays a counter with progress bar. But it doesn't use threads for the counter task.
For details see javafx/WorkerThreads on OOP course site.