Ejemplo n.º 1
0
 void deleteButton_actionPerformed(ActionEvent e) {
   int row = filtersTable.getSelectedRow();
   m_model.removeRowData(row);
 }