Use a for loop to run from first row to last row, then invoke jtable.getValueAt(row, column) to retrieve the value of each row at the specified column. Add all the values to an array.