BusqBingoGUI(javax.swing.JFrame padre, String titulo, String[] nombreCol, Object[] longValores) {
    super();

    this.padre = padre;
    this.titulo = titulo;
    super.setDatoBuscado(mostrarVentana());
  }
  BusqBingoGUI() {
    super();

    super.setDatoBuscado(mostrarVentana());
  }