Hi all
i have a table where in one coloumn i have to fill the value example 50% and the cell background color should be green till the 50% of the Cell
i think you got what i want.
so i thought of putting the JProgress bar in the renderrer of the table cell, but problem is how to change the color of the progress
for example till
60% it should be green
61%-80% Orange
more then 81%- Red
like this.
This idea is correct?
if yes how to change the color of the progress bar. i have tried googling. but that logic will change the color of all the ProgressBar in the Application.
if this idea will not work, which i can try?
Thanks in advance