A
amit phalgune
Hi
My request might sound wierd, but I want to display multiple colors in
the same JprogressBar ( or rather a ProgressBar)
For example : There is a Progressbar which shows 50 % complete with
blue color and on the same progressbar, I want to show 20 % complete (
some other activity which is 20 % complete) by a yellow color.
So at the same time, I need to see the 50 % blue and the 20 % yellow,
with the first 20 % of the blue bar overwritten with the 20 % yellow
bar..
How can I do this? Is there any way I can do this using the
JProgressBar object in java, instead of I having to write the whole
code myself ( again). Is any one will to share their code, which they
gave previously written..
Thanks
A
My request might sound wierd, but I want to display multiple colors in
the same JprogressBar ( or rather a ProgressBar)
For example : There is a Progressbar which shows 50 % complete with
blue color and on the same progressbar, I want to show 20 % complete (
some other activity which is 20 % complete) by a yellow color.
So at the same time, I need to see the 50 % blue and the 20 % yellow,
with the first 20 % of the blue bar overwritten with the 20 % yellow
bar..
How can I do this? Is there any way I can do this using the
JProgressBar object in java, instead of I having to write the whole
code myself ( again). Is any one will to share their code, which they
gave previously written..
Thanks
A