Finalizado soporte de persistencia
This commit is contained in:
@@ -99,7 +99,6 @@ public class ControladorPanelLateral implements ActionListener, DateChangeListen
|
||||
public void dateChanged(DateChangeEvent arg0) {
|
||||
if(this.mes!=VistaPanelLateral.elegirMes.getDate().getMonth() ||
|
||||
this.anio!=VistaPanelLateral.elegirMes.getDate().getYear()) {
|
||||
System.out.println("Cambia mes");
|
||||
this.menu.cargarGestiones(VistaPanelLateral.elegirMes.getDate().getYear(), VistaPanelLateral.elegirMes.getDate().getMonth());
|
||||
this.mes=VistaPanelLateral.elegirMes.getDate().getMonth();
|
||||
this.anio=VistaPanelLateral.elegirMes.getDate().getYear();
|
||||
|
||||
Reference in New Issue
Block a user