Corrigiendo bugs listeners
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user