1 / 10

Java – BD Workshop 3

Java – BD Workshop 3. 2011 - 2012. Imed AMRI Wael MALLEK. JTable. Préparation. Créer un nouveau Jframe Form dans la couche présentation Glisser un Jtable Ajouter une Classe Java « ModeleTable.java » qui hérite de «  AbstarctTableModel  ». Implémentation.

lynch
Télécharger la présentation

Java – BD Workshop 3

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 – BD Workshop 3 2011 - 2012 Imed AMRI Wael MALLEK

  2. JTable

  3. Préparation • Créer un nouveau JframeForm dans la couche présentation • Glisser un Jtable • Ajouter une Classe Java « ModeleTable.java » qui hérite de « AbstarctTableModel »

  4. Implémentation • Implémenter toutes les méthodes • getRowCount() • getColumnCount() • getValueAt() • Surcharger la méthode getColumnName() • Ajouter un constructeur

  5. Workshop SMS

  6. Préparation • Connecter Votre Téléphone • Vérifier la connexion PC/Modem • Vérifier le port COM

  7. Projet • Nouveau Projet « SMS » • Copier / Coller les classes • Ajouter les Librairies nécessaires

  8. SMS ? • AT tester la connexion modemOK réponse modemAT+CMGF=1 opérer en mode SMSOK AT+CMGW="+85291234567“ Destinataire > A simple demo of SMS text messaging. Corps du texto+CMGW: 1OKAT+CMSS=1+CMSS: 20OK

  9. Mail

  10. Préparation • Nouveau Projet « MailJAVA » • Importer La Classe Main • Ajouter les LIB nécessaires

More Related