1 / 28

Soyez les Bienvenus

Soyez les Bienvenus. Ministère de l’enseignement National Université Montpellier II Département Informatique . Présentation du développement du projet. Thème :. Logiciel de Statistique pour Match de Volley-Ball. sommaire. Introduction. Introduction. Création du logiciel

herve
Download Presentation

Soyez les Bienvenus

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. Soyez les Bienvenus

  2. Ministère de l’enseignement National • Université Montpellier II Département Informatique Présentation du développement du projet Thème : • Logiciel de Statistique pour Match de Volley-Ball

  3. sommaire

  4. Introduction

  5. Introduction • Création du logiciel • Analyse d’actions • Prise de statistiques

  6. Conception et méthodes

  7. Analyse de l’existant Logiciel concurrent Sportstec Mercury – StatTrack for Volley Ball Public visé Points forts et points faibles

  8. Cahier des charges Logiciel concurrent Modules à développer Séparation du groupe en sous-groupes

  9. Définition du mode du travail outils utilisés Langage Java Développement sur Éclipse et NetBeans Lecteur vidéo Mise en place d’un SVN

  10. Développement

  11. Pattern MVC

  12. Fonctionnalités Création de joueur, équipe, match. Saisie des actions Base de données

  13. Interfaces graphiques

  14. Accueil

  15. Nouveau Joueur

  16. Nouvelle Équipe

  17. Nouveau Match

  18. Match

  19. Lecteur Vidéo • Les différentschoixde librairies. • Java Media Framework • Explication du code

  20. Choix de librairies • Java Media Framework : • Officielle. • Documentation Complète. • Problèmede formats. • Alternativeà JMF : • Presquestoutes non-officielles. • Peu de documentation. • Compléxité du code.

  21. Java Media Framework • Lecture de la vidéo. • Contrôlessur la vidéo. • Synchronisation avec les statistiques.

  22. Création de l'affichage Component visuel = player.getVisualComponent(); Component commandes = player.getControlPanelComponent();

  23. Lecteur vidéo

  24. Récupération du fichier JFileChooser f = new JFileChooser(); int open = f.showOpenDialog(null); if(open == JFileChooser.APPROVE_OPTION) { nomVideo = "file:" + f.getSelectedFile().getAbsolutePath(); new Lecteur(nomVideo).setVisible(true); }

  25. Explorateur de fichiers

  26. Conclusion

  27. Conclusion • LE LOGICIEL • Retouches • Contraintesliées au temps • Fonctionnel • COMPETENCES ACQUISES Travail en groupe • Fonctionnement du groupe de travail • Efficacité, entraide, harmonie • complémentarité

  28. Merci pour votre attention

More Related