Hello,
My teacher asked us to write a little O.S simulator, my group has to write the file system module. We are using contiguous block alocation for the files, we would like to represent the utilization of the blocks using a colored matrix, where the used blocks would be red and the free blocks would be green, and there would be the block number inside the square. I tried to use JTable but it seems to not be the perfect component to do this. Any Suggestions?