1 / 10

Java - BD Workshop – GPS + Map

Java - BD Workshop – GPS + Map. 2011 - 2012. Imed AMRI Wael MALLEK. 1st. - Désactiver l’antivirus. Préparer l’environnement. Virtual Port : Installer le Virtual Serial Port Driver. Ouvrir le logiciel et Ajouter une paire. Réduire Virtual GPS Installer le Virtual GPS

jun
Download Presentation

Java - BD Workshop – GPS + Map

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Java - BDWorkshop – GPS + Map 2011 - 2012 Imed AMRI Wael MALLEK

  2. 1st - Désactiver l’antivirus

  3. Préparer l’environnement • Virtual Port : • Installer le Virtual Serial Port Driver. • Ouvrir le logiciel et Ajouter une paire. • Réduire • Virtual GPS • Installer le Virtual GPS • Fermer le logiciel à partir du Crack GPS1061.log

  4. Simulation GPS GPGGA • Heure • Latitude • Longitude • Altitude • Satellites

  5. Préparation des Biblios • Tools > Java Platforms • Ouvrir le chemin du « Plateforme Folder » • Copier le « win32com.dll » sous <jdk>\jre\bin • Copier le « comm.jar » sous <jdk>\jre\lib\ext • Copier  « javax.comm.properties » sous <jdk>\jre\lib

  6. Projet GPS • Créer un nouveau Projet « WorkshopGPS » • Importer toutes les Classes • Vérifier la simulation du Virtual GPS • Lancer le Projet • Ajouter un Jframe avec 2 TextFields • Longitude : Public & static • Latitude : Public & static

  7. Projet GPS • Coller le code du Main dans le Constructeur • Aller à MonThreadGps.java • Déclarer un objet de type : FrameGPSfgps; • Coller ces deux lignes : • fgps.Latitude.setText(""+la); • fgps.Longitude.setText(""+lon);

  8. Workshop MAP

  9. Projet • Créer un nouveau Projet • Créer un package mapp • Copier le contenu du Dossier /JavaMap/mapp \workshop-2\Lib\MAP

  10. Google Map • http://www.fobec.com/CMS/java/class/afficher-une-carte-avec-les-api-google-map_922.html • Juste pour une carte Statique

More Related