posted 12 years ago
Hi,
My code reads data from text file, the format of each line is below: ( a small sample text file would be...just 5 lines)
00
35
25
35
00
If you would think of each line as an address [0][0]; i'm interested in repetition of addresses and wish to show this with a JTable
So far the code runs fine, it prints the number of times any address show up in the text file on the JTable.
Now i must switch to using color intensity to show repetition. (because the real text file is about 64, 64 array)
How do i shade each cell from white to red as they get more hits.