CodeToad – A simple way to JTable.
A simple way to JTableWhile dealing with JTable you come across two main features
1)JTable
2)TableModel
With JTable you can display the data. You can allow the user to edit the data.
The tableModel takes care of the data to be displayed using JTable.
The JTable is normally added in JScrollPane. So when the rows get exceeded display area, the scrollbars of the scrollpane automatically gets activated.