Final, todo aprobado

This commit is contained in:
2019-11-29 11:29:15 +01:00
parent 6afe1af5a1
commit 7bf844a542
81 changed files with 3945 additions and 393 deletions

View File

@@ -252,7 +252,7 @@ public class Menu extends JFrame{
this.pestanias.add(vista);
this.controladores.add(new ControladorAniadirVisualizar(vista));
this.pestania.addTab(vista.getName(),vista);
this.meses.getGestionesActuales().add(gestion);
//this.meses.getGestionesActuales().add(gestion);
}
/**