Hi
I just started learning on making gui on Java. I watched some youtube videos and i realise one of the them uses DefaultTableModel. At first i thought it was to allow access to the function of the table but i realise i can directly
write and get value from the table itself by directly calling the table name.
Need someone to explain what is the point or benefits of using DefaultTableModel?
Thanks
Cleve