M
marculus.nowak
Hello,
I have built an application which creates several threads, each of
them doing some part of the job. In the main app, the control over the
threads is done by CountDownLatch. Now, I would like to make a GUI
with a progress bar which will indicate the progress of execution of
these threads (i.e. number of finished threads / all threads in %).
Could you help me with an idea of how to do this? Thanks!
Regards, Mark
I have built an application which creates several threads, each of
them doing some part of the job. In the main app, the control over the
threads is done by CountDownLatch. Now, I would like to make a GUI
with a progress bar which will indicate the progress of execution of
these threads (i.e. number of finished threads / all threads in %).
Could you help me with an idea of how to do this? Thanks!
Regards, Mark