table_1.setModel(new DefaultTableModel(tabla,col));
PARA LIMPIAR LA TABLA LE ASIGNO UN NUEVO MODELO.
En mi caso tabla es una matriz vacia de 100*5
String tabla[][]=new String[100][5]; y
String col[] = {"titulo1","titulo2","titulo3","titulo4","titulo5"};
PARA LIMPIAR LA TABLA LE ASIGNO UN NUEVO MODELO.
En mi caso tabla es una matriz vacia de 100*5
String tabla[][]=new String[100][5]; y
String col[] = {"titulo1","titulo2","titulo3","titulo4","titulo5"};