// supported by this particular VM on this particular host
if (Desktop.isDesktopSupported()) {
desktop = Desktop.getDesktop();
}
configurarCabecera();
this.mapaDatos = new Mapa(1, "Mapa Loja", new Mapeo().mapearLocalidades());
this.cargarAnimacion();
this.modeloCombo1 = new ModeloComboBox(this.mapaDatos.getLugaresEntrega());
this.jComboBoxBarrios.setModel(modeloCombo1);
this.modeloCombo2 = new ModeloComboBox(this.mapaDatos.getLugaresEntrega());