//This file generated automatically from the MARIUS LP system, please do not edit.

import javax.swing.JList;

public class ListaCaptura extends JList implements OpcionCaptura {

public void opciones(String [] lista) {
 this.setListData(lista);
}

} //End of class ListaCaptura
