Listo..!! Gracias Profesor_Falken
Aqui el codigo:
espero que le sirva Alguien Mas
Lo Colocan En El Boton Que Hara La Accion
Código:
int numRows = table.getSelectedRows().length;
for(int i=0; i<numRows ; i++ ) {
m_tableModel.removeRow(table.getSelectedRow());
}