Añadiendo la funcionalidad del checkbox
This commit is contained in:
parent
ebbbcfcb10
commit
b660d8d551
@ -20,6 +20,7 @@ public class Vista extends JPanel{
|
|||||||
JScrollPane panel;
|
JScrollPane panel;
|
||||||
Menu menu;
|
Menu menu;
|
||||||
public Vista(Menu menu) {
|
public Vista(Menu menu) {
|
||||||
|
//this.setLayout(new );
|
||||||
this.transacciones=new LinkedList<JCheckBox>();
|
this.transacciones=new LinkedList<JCheckBox>();
|
||||||
this.menu=menu;
|
this.menu=menu;
|
||||||
this.x=100;
|
this.x=100;
|
||||||
|
Loading…
Reference in New Issue
Block a user