Solucion de errores menores

This commit is contained in:
roche
2019-11-17 14:49:40 +01:00
parent 953ecd6ce0
commit bdec632451
103 changed files with 14161 additions and 77 deletions

View File

@@ -28,6 +28,12 @@ public class ControladorPanelLateral implements ActionListener, DateChangeListen
private int anio;
private Menu menu;
/**
* Controlador del panel lateral que gestionara los datos
*
* @param vista
* @param menu
*/
public ControladorPanelLateral(VistaPanelLateral vista, Menu menu) {
this.vista = vista;
this.menu = menu;
@@ -81,7 +87,8 @@ public class ControladorPanelLateral implements ActionListener, DateChangeListen
}
}
/*
/**
* Aniade los listeners a la lista de objetos
*/
private void aniadirElementos() {