Aniadido soporte para cambiar de mes

This commit is contained in:
2019-11-14 21:58:58 +01:00
parent 21203e9524
commit 86c642dba9
6 changed files with 39 additions and 11 deletions

View File

@@ -56,6 +56,8 @@ private ArrayList<Mes> meses;
}
}
this.meses.add(new Mes(new ArrayList<Gestion>(), anio, mes));
this.mesActual = this.meses.size()-1;
System.out.println(this.meses.size()-1);
}
public ArrayList<Gestion> getGestionesActuales(){