|
Table Model Java
How do I make a table model in Java. I have made a table using JTABLE, but I am trying to implement one because I have found out that it is better to maintain the data inside? Has anyone got any example of code of a Table Model being used in Java? Thanks.
|