DefaultTableModel model =  (DefaultTableModel)your_table.getModel();
model.removeRow(your_table.getSelectedRow());
model.fireTableDataChanged();