3738394041424344454647
int id = Integer.parseInt((String) a.table.getValueAt(fila, 0)); Servicio servicio = halconController.GetServicioById(id); if (columna == mod){ ModificarServicio m = new ModificarServicio(this.a, servicio); a.removeAll(); a.add(m); }