My Question:
I would write a program in JavaFX and I have to do two database queries in parallel. While the query is running I would like to set up a Progress indicator.
What is a good way to do this?
Thread? ExecutorService?
My Question:
I would write a program in JavaFX and I have to do two database queries in parallel. While the query is running I would like to set up a Progress indicator.
What is a good way to do this?
Thread? ExecutorService?