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

import javax.swing.JComboBox;

public class ComboCaptura extends JComboBox implements OpcionCaptura {

 public void  opciones(String [] lista) {
   for (int i=0;i < lista.length;i++){
    this.addItem(lista[i]);
   }
 }

} //End of class ComboCaptura
