Exemplo n.º 1
0
 public void addEntity(T item) {
   DAO.create(item);
   fireTableDataChanged();
 }