bjrs,

j'ai un probleme avec

dans ma classe, je declare un attribut comme suivant:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
public AbstractList<FileInfoBean> playList = new ArrayList<FileInfoBean>();
avec un import java.lang.*;

Mais j'ai des erreurs de compilation
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>();
                            ^
Merci