jtable memory usage
I have a legend that i use in my product that contains 2 color menu butons and some text. It used to be a graphic with all this stuff just painted on top of it and the two color menu buttons placed on top. I have converted it to a jtable with the color buttons and text loacated in the cells of the table. when i run a test on the old legend compared to the new legend, i get a memmory increase from 39 Mb to 52 Mb. I am just wondering if this is due to JTables using a lot more memory than my previouse implementation, or if this is some other underying problem. If any one could give me any insight into this issue I would really appreciate it. Thank you