Subversion Repositories eFlore/Applications.cel

Rev

Rev 155 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 155 Rev 168
Line 98... Line 98...
98
 
98
 
99
		// on crée le panel
99
		// on crée le panel
100
		super();
100
		super();
101
		iMediateur = im;
101
		iMediateur = im;
102
		this.prefixe += prefixeImg;
102
		this.prefixe += prefixeImg;
103
		Label labelRecherche = new Label("Mots clés :");
103
		Label labelRecherche = new Label("Par mots clés :");
104
		add(labelRecherche);
104
		add(labelRecherche);
105
		initialiserPanel();
105
		initialiserPanel();
Line 106... Line 106...
106
	}
106
	}