How can i clear the content of the JTable using Java..
((DefaultTableModel)jTable3.getModel()).setNumRows(0); // delet all table row
Try This: