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