M
mark
Hello,
I just want to create an app which would create a few threads (number
specified during the execution of main app). In addition I would like
to create JFrame with JProgressBar just to monitor online its execution
(i.e. when I create 5 threads, when first one finished then the
progress bar will go to 20%, after second to 40%, up to 100%). Is it
possible to do it easily in Java??
Regards, mark
I just want to create an app which would create a few threads (number
specified during the execution of main app). In addition I would like
to create JFrame with JProgressBar just to monitor online its execution
(i.e. when I create 5 threads, when first one finished then the
progress bar will go to 20%, after second to 40%, up to 100%). Is it
possible to do it easily in Java??
Regards, mark