Soporte a fecha iniciado

This commit is contained in:
roche
2019-11-13 13:59:45 +01:00
parent ba84d7d15b
commit 7d6a253033
9 changed files with 48 additions and 12 deletions

View File

@@ -23,6 +23,7 @@ public class Menu extends JFrame{
protected Gestion datosGastos;
protected Gestion datosIngresos;
public Menu() {
VistaAniadirVisualizar.setPanelLateral(panel);
this.datosGastos=new Gestion();
this.datosIngresos=new Gestion();
this.setLayout(new GridBagLayout());