Soporte a fecha iniciado
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user