Hello: I am using Jtable with JScrollpane and Jpanel. The table is set to DefaultTableModel and Columns are added with addColumn("Column Name); method. Rows are added with addRow(Vector); method. Now I want to sum up all the column values and display the summed result to a particular JTextField. I searched a lot for the answer but unable to got the reliable answer.