Compare commits
No commits in common. "b1ac3037b28d5a01889faa15589d7c2258f74372" and "dc71edfeee58bfbada79bdf1ee37876da3d587de" have entirely different histories.
b1ac3037b2
...
dc71edfeee
4 changed files with 7 additions and 11 deletions
|
@ -2,5 +2,4 @@ package clavardage;
|
|||
|
||||
public class gestionnaireClavardage {
|
||||
sessions =
|
||||
|
||||
}
|
||||
|
|
6
Projet_POO/src/defaut/GestionListeUtilisateur.java
Normal file
6
Projet_POO/src/defaut/GestionListeUtilisateur.java
Normal file
|
@ -0,0 +1,6 @@
|
|||
package defaut;
|
||||
|
||||
public class GestionListeUtilisateur {
|
||||
|
||||
|
||||
}
|
|
@ -2,12 +2,11 @@ package nom;
|
|||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import TypeListeUtilisateur.java;
|
||||
|
||||
public class GestionnaireListeUtilisateur {
|
||||
|
||||
//contient la liste Utilisateur à jour
|
||||
public List<TypeListeUtilisateur> listeUtilisateur = new ArrayList<TypeListeUtilisateur>(); //créer un nouveau type : nom = (String[], int) ?
|
||||
public List<String> listeUtilisateur = new ArrayList<String>(); //créer un nouveau type : nom = (String[], int) ?
|
||||
|
||||
//Instance du gestionnaire de liste
|
||||
static private GestionnaireListeUtilisateur uniqueInstance = null;
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
package nom;
|
||||
|
||||
public class TypeListeUtilisateur {
|
||||
|
||||
public String[] nom;
|
||||
public int id;
|
||||
public String[] IP;
|
||||
}
|
Loading…
Reference in a new issue