Corrigiendo bugs listeners

This commit is contained in:
2019-11-11 22:31:10 +01:00
parent b660d8d551
commit 95805c3efa
3 changed files with 21 additions and 29 deletions

View File

@@ -19,10 +19,6 @@ public class Menu extends JFrame{
protected Vista gastos;
protected JTextArea total;
public Menu() {
init();
}
private void init() {
this.setLayout(new GridBagLayout());
GridBagConstraints constrain=new GridBagConstraints();
this.ingresos=new Vista(this);