From b660d8d5519256791697d08595eab501f7380cb0 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Thu, 7 Nov 2019 22:54:28 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1adiendo=20la=20funcionalidad=20del=20che?= =?UTF-8?q?ckbox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/VistaControlador/Vista.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VistaControlador/Vista.java b/src/VistaControlador/Vista.java index 11342cc..b41e72e 100644 --- a/src/VistaControlador/Vista.java +++ b/src/VistaControlador/Vista.java @@ -20,6 +20,7 @@ public class Vista extends JPanel{ JScrollPane panel; Menu menu; public Vista(Menu menu) { + //this.setLayout(new ); this.transacciones=new LinkedList(); this.menu=menu; this.x=100;