bjrs,
j'ai un probleme avec
dans ma classe, je declare un attribut comme suivant:
avec un import java.lang.*;
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 public AbstractList<FileInfoBean> playList = new ArrayList<FileInfoBean>();
Mais j'ai des erreurs de compilation
Merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 cannot find symbol symbol : class FileInfoBean location: class Test public AbstractList<FileInfoBean> playList = new ArrayList<FileInfoBean>(); ^
Partager