Aniadidas opciones varias y corregidos bugs

This commit is contained in:
roche
2019-11-26 22:40:15 +01:00
parent 9b9d1bb7bb
commit 6afe1af5a1
11 changed files with 98 additions and 6 deletions

View File

@@ -252,6 +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);
}
/**